Searched defs:NEW_INSTANCE (Results 1 - 9 of 9) 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/dexgen/src/com/android/dexgen/dex/code/
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);
H A DDalvOps.java68 public static final int NEW_INSTANCE = 0x22; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
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/io/
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);
H A DOpcodes.java78 public static final int NEW_INSTANCE = 0x22; field in class:Opcodes

Completed in 164 milliseconds