Home
last modified time | relevance | path

Searched refs:INVOKE_SUPER_RANGE (Results 1 – 5 of 5) sorted by relevance

/dalvik/dx/src/com/android/dx/io/
DOpcodes.java155 public static final int INVOKE_SUPER_RANGE = 0x75; field in Opcodes
DOpcodeInfo.java502 public static final Info INVOKE_SUPER_RANGE = field in OpcodeInfo
503 new Info(Opcodes.INVOKE_SUPER_RANGE, "invoke-super/range",
1083 set(INVOKE_SUPER_RANGE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java151 public static final int INVOKE_SUPER_RANGE = 0x75; field in DalvOps
DDops.java509 public static final Dop INVOKE_SUPER_RANGE = field in Dops
510 new Dop(DalvOps.INVOKE_SUPER_RANGE, DalvOps.INVOKE_SUPER,
1064 set(INVOKE_SUPER_RANGE);
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java490 Opcodes.INVOKE_SUPER_RANGE, Form35c.THE_ONE, false);
508 public static final Dop INVOKE_SUPER_RANGE = field in Dops
509 new Dop(Opcodes.INVOKE_SUPER_RANGE, Opcodes.INVOKE_SUPER,
1083 set(INVOKE_SUPER_RANGE);