Uses of Class
com.android.dx.dex.code.DalvInsnList

Packages that use DalvInsnList
com.android.dx.dex.code   
 

Uses of DalvInsnList in com.android.dx.dex.code
 

Methods in com.android.dx.dex.code that return DalvInsnList
 DalvInsnList OutputFinisher.finishProcessingAndGetList()
          Does final processing on this instance and gets the output as a DalvInsnList.
 DalvInsnList DalvCode.getInsns()
          Gets the list of instructions.
static DalvInsnList DalvInsnList.makeImmutable(ArrayList<DalvInsn> list, int regCount)
          Constructs and returns an immutable instance whose elements are identical to the ones in the given list, in the same order.
 

Methods in com.android.dx.dex.code with parameters of type DalvInsnList
static LocalList LocalList.make(DalvInsnList insns)
          Constructs an instance for the given method, based on the given block order and intermediate local information.
static PositionList PositionList.make(DalvInsnList insns, int howMuch)
          Extracts and returns the source position information out of an instruction list.
 



Copyright © 2015. All rights reserved.