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.java154 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",
1059 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.java503 public static final Dop INVOKE_SUPER_RANGE = field in Dops
504 new Dop(DalvOps.INVOKE_SUPER_RANGE, DalvOps.INVOKE_SUPER,
1054 set(INVOKE_SUPER_RANGE);
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java488 Opcodes.INVOKE_SUPER_RANGE, Form35c.THE_ONE, false);
506 public static final Dop INVOKE_SUPER_RANGE = field in Dops
507 new Dop(Opcodes.INVOKE_SUPER_RANGE, Opcodes.INVOKE_SUPER,
1057 set(INVOKE_SUPER_RANGE);