Searched refs:NEW_INSTANCE (Results 1 – 13 of 13) sorted by relevance
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
D | RegOps.java | 196 public static final int NEW_INSTANCE = 40; field in RegOps 353 case NEW_INSTANCE: return "new-instance"; in opName()
|
D | Rops.java | 754 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/ |
D | RegOps.java | 196 public static final int NEW_INSTANCE = 40; field in RegOps 353 case NEW_INSTANCE: return "new-instance"; in opName()
|
D | Rops.java | 754 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/ |
D | Opcodes.java | 78 public static final int NEW_INSTANCE = 0x22; field in Opcodes
|
D | OpcodeInfo.java | 198 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/ |
D | DalvOps.java | 68 public static final int NEW_INSTANCE = 0x22; field in DalvOps
|
D | RopToDop.java | 230 MAP.put(Rops.NEW_INSTANCE, Dops.NEW_INSTANCE); in MAP.put() argument
|
D | Dops.java | 199 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/ |
D | RopToDop.java | 401 MAP.put(Rops.NEW_INSTANCE, Dops.NEW_INSTANCE); in MAP.put() argument
|
D | Dops.java | 202 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/ |
D | EscapeAnalysis.java | 260 case RegOps.NEW_INSTANCE: in processMoveResultPseudoInsn() 740 RegOps.NEW_INSTANCE, exception); in insertExceptionThrow()
|
/dalvik/dx/src/com/android/dx/cf/code/ |
D | RopperMachine.java | 976 return RegOps.NEW_INSTANCE; in jopToRopOpcode()
|