Searched refs:InlineIndexInstruction (Results 1 – 7 of 7) sorted by relevance
36 import org.jf.dexlib2.iface.instruction.InlineIndexInstruction;101 … InlineIndexInstruction instruction = (InlineIndexInstruction)analyzedInstruction.instruction; in resolveExecuteInline()171 … InlineIndexInstruction instruction = (InlineIndexInstruction)analyzedInstruction.instruction; in resolveExecuteInline()
37 import org.jf.dexlib2.iface.instruction.InlineIndexInstruction;91 … InlineIndexInstruction instruction = (InlineIndexInstruction)analyzedInstruction.instruction; in resolveExecuteInline()
34 import org.jf.dexlib2.iface.instruction.InlineIndexInstruction;37 public interface Instruction3rmi extends RegisterRangeInstruction, InlineIndexInstruction {
35 import org.jf.dexlib2.iface.instruction.InlineIndexInstruction;37 public interface Instruction35mi extends FiveRegisterInstruction, InlineIndexInstruction {
34 public interface InlineIndexInstruction extends Instruction { interface
341 } else if (instruction instanceof InlineIndexInstruction) { in makeAnnotator()342 int inlineIndex = ((InlineIndexInstruction)instruction).getInlineIndex(); in makeAnnotator()
566 writer.printSignedIntAsDec(((InlineIndexInstruction)instruction).getInlineIndex()); in writeInlineIndex()