Home
last modified time | relevance | path

Searched refs:INVOKE_SUPER (Results 1 – 13 of 13) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
DRegOps.java260 public static final int INVOKE_SUPER = 51; field in RegOps
380 case INVOKE_SUPER: return "invoke-super"; in opName()
DRops.java1214 case RegOps.INVOKE_SUPER: { in ropFor()
2025 return new Rop(RegOps.INVOKE_SUPER, in opInvokeSuper()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegOps.java260 public static final int INVOKE_SUPER = 51; field in RegOps
364 case INVOKE_SUPER: return "invoke-super"; in opName()
DRops.java1213 case RegOps.INVOKE_SUPER: { in ropFor()
2008 return new Rop(RegOps.INVOKE_SUPER, in opInvokeSuper()
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java150 public static final int INVOKE_SUPER = 0x6f; field in Opcodes
DOpcodeInfo.java482 public static final Info INVOKE_SUPER = field in OpcodeInfo
483 new Info(Opcodes.INVOKE_SUPER, "invoke-super",
1078 set(INVOKE_SUPER);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java145 public static final int INVOKE_SUPER = 0x6f; field in DalvOps
DDops.java485 public static final Dop INVOKE_SUPER = field in Dops
486 new Dop(DalvOps.INVOKE_SUPER, DalvOps.INVOKE_SUPER,
510 new Dop(DalvOps.INVOKE_SUPER_RANGE, DalvOps.INVOKE_SUPER,
1059 set(INVOKE_SUPER);
DRopToDop.java318 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER; in dopFor()
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java488 public static final Dop INVOKE_SUPER = field in Dops
489 new Dop(Opcodes.INVOKE_SUPER, Opcodes.INVOKE_SUPER,
509 new Dop(Opcodes.INVOKE_SUPER_RANGE, Opcodes.INVOKE_SUPER,
1078 set(INVOKE_SUPER);
DRopToDop.java495 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER; in dopFor()
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java986 return RegOps.INVOKE_SUPER; in jopToRopOpcode()
/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java460 case RegOps.INVOKE_SUPER: in processUse()