Uses of Class
com.android.dx.rop.code.InsnList

Packages that use InsnList
com.android.dx.rop.code Classes relating to a register-based opcode system. 
 

Uses of InsnList in com.android.dx.rop.code
 

Methods in com.android.dx.rop.code that return InsnList
 InsnList BasicBlock.getInsns()
          Gets the list of instructions inside this block.
 InsnList InsnList.withRegisterOffset(int delta)
          Returns an instance that is identical to this one, except that the registers in each instruction are offset by the given amount.
 

Methods in com.android.dx.rop.code with parameters of type InsnList
 boolean InsnList.contentEquals(InsnList b)
          Compares the contents of this InsnList with another.
 

Constructors in com.android.dx.rop.code with parameters of type InsnList
BasicBlock(int label, InsnList insns, IntList successors, int primarySuccessor)
          Constructs an instance.
 



Copyright © 2015. All rights reserved.