Searched refs:INVOKE_VIRTUAL_RANGE (Results 1 - 6 of 6) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction3rc.java110 } else if (opcode.value >= INVOKE_VIRTUAL_RANGE.value && opcode.value <= INVOKE_INTERFACE_RANGE.value) {
/external/dexmaker/src/dx/java/com/android/dx/io/
H A DOpcodes.java153 public static final int INVOKE_VIRTUAL_RANGE = 0x74; field in class:Opcodes
H A DOpcodeInfo.java498 public static final Info INVOKE_VIRTUAL_RANGE = field in class:OpcodeInfo
499 new Info(Opcodes.INVOKE_VIRTUAL_RANGE, "invoke-virtual/range",
1214 set(INVOKE_VIRTUAL_RANGE);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DDops.java487 Opcodes.INVOKE_VIRTUAL_RANGE, Form35c.THE_ONE, false);
505 public static final Dop INVOKE_VIRTUAL_RANGE = field in class:Dops
506 new Dop(Opcodes.INVOKE_VIRTUAL_RANGE, Opcodes.INVOKE_VIRTUAL,
1215 set(INVOKE_VIRTUAL_RANGE);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java821 case INVOKE_VIRTUAL_RANGE:
1321 case INVOKE_VIRTUAL_RANGE:
3394 deodexedOpcode = Opcode.INVOKE_VIRTUAL_RANGE;
3506 opcode = Opcode.INVOKE_VIRTUAL_RANGE;
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java146 INVOKE_VIRTUAL_RANGE((byte)0x74, "invoke-virtual/range", ReferenceType.method, Format.Format3rc, Opcode.CAN_THROW | Opcode.CAN_CONTINUE | Opcode.SETS_RESULT), enum constant in enum:Opcode

Completed in 76 milliseconds