Home
last modified time | relevance | path

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

/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegOps.java196 public static final int NEW_INSTANCE = 40; field in RegOps
353 case NEW_INSTANCE: return "new-instance"; in opName()
DRops.java754 public static final Rop NEW_INSTANCE = field in Rops
755 new Rop(RegOps.NEW_INSTANCE, Type.OBJECT, StdTypeList.EMPTY,
1195 case RegOps.NEW_INSTANCE: return NEW_INSTANCE; in ropFor()
/dalvik/dx/src/com/android/dx/rop/code/
DRegOps.java196 public static final int NEW_INSTANCE = 40; field in RegOps
353 case NEW_INSTANCE: return "new-instance"; in opName()
DRops.java754 public static final Rop NEW_INSTANCE = field in Rops
755 new Rop(RegOps.NEW_INSTANCE, Type.OBJECT, StdTypeList.EMPTY,
1195 case RegOps.NEW_INSTANCE: return NEW_INSTANCE; in ropFor()
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java78 public static final int NEW_INSTANCE = 0x22; field in Opcodes
DOpcodeInfo.java198 public static final Info NEW_INSTANCE = field in OpcodeInfo
199 new Info(Opcodes.NEW_INSTANCE, "new-instance",
983 set(NEW_INSTANCE);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java68 public static final int NEW_INSTANCE = 0x22; field in DalvOps
DRopToDop.java230 MAP.put(Rops.NEW_INSTANCE, Dops.NEW_INSTANCE); in MAP.put() argument
DDops.java199 public static final Dop NEW_INSTANCE = field in Dops
200 new Dop(DalvOps.NEW_INSTANCE, DalvOps.NEW_INSTANCE,
978 set(NEW_INSTANCE);
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java401 MAP.put(Rops.NEW_INSTANCE, Dops.NEW_INSTANCE); in MAP.put() argument
DDops.java202 public static final Dop NEW_INSTANCE = field in Dops
203 new Dop(Opcodes.NEW_INSTANCE, Opcodes.NEW_INSTANCE,
981 set(NEW_INSTANCE);
/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java260 case RegOps.NEW_INSTANCE: in processMoveResultPseudoInsn()
740 RegOps.NEW_INSTANCE, exception); in insertExceptionThrow()
/dalvik/dx/src/com/android/dx/cf/code/
DRopperMachine.java976 return RegOps.NEW_INSTANCE; in jopToRopOpcode()