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

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

Completed in 113 milliseconds