Searched defs:INVOKE_VIRTUAL_RANGE (Results 1 - 4 of 4) sorted by relevance

/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/dexmaker/src/dx/java/com/android/dx/io/
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);
H A DOpcodes.java153 public static final int INVOKE_VIRTUAL_RANGE = 0x74; field in class:Opcodes
/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 84 milliseconds