Home
last modified time | relevance | path

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

/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/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()
2012 return new Rop(RegOps.INVOKE_SUPER, in opInvokeSuper()
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java149 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",
1054 set(INVOKE_SUPER);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java145 public static final int INVOKE_SUPER = 0x6f; field in DalvOps
DDops.java483 public static final Dop INVOKE_SUPER = field in Dops
484 new Dop(DalvOps.INVOKE_SUPER, DalvOps.INVOKE_SUPER,
504 new Dop(DalvOps.INVOKE_SUPER_RANGE, DalvOps.INVOKE_SUPER,
1049 set(INVOKE_SUPER);
DRopToDop.java318 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER; in dopFor()
/dalvik/dx/src/com/android/dx/dex/code/
DDops.java486 public static final Dop INVOKE_SUPER = field in Dops
487 new Dop(Opcodes.INVOKE_SUPER, Opcodes.INVOKE_SUPER,
507 new Dop(Opcodes.INVOKE_SUPER_RANGE, Opcodes.INVOKE_SUPER,
1052 set(INVOKE_SUPER);
DRopToDop.java489 case RegOps.INVOKE_SUPER: return Dops.INVOKE_SUPER; in dopFor()
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java967 return RegOps.INVOKE_SUPER; in jopToRopOpcode()
/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java460 case RegOps.INVOKE_SUPER: in processUse()