Searched refs:VtableIndexInstruction (Results 1 – 5 of 5) sorted by relevance
35 import org.jf.dexlib2.iface.instruction.VtableIndexInstruction;37 public interface Instruction35ms extends FiveRegisterInstruction, VtableIndexInstruction {
35 import org.jf.dexlib2.iface.instruction.VtableIndexInstruction;37 public interface Instruction3rms extends RegisterRangeInstruction, VtableIndexInstruction {
34 public interface VtableIndexInstruction extends Instruction { interface
338 } else if (instruction instanceof VtableIndexInstruction) { in makeAnnotator()339 int vtableIndex = ((VtableIndexInstruction)instruction).getVtableIndex(); in makeAnnotator()
571 writer.printSignedIntAsDec(((VtableIndexInstruction)instruction).getVtableIndex()); in writeVtableIndex()