Home
last modified time | relevance | path

Searched defs:NEW_INSTANCE (Results 1 – 11 of 11) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegOps.java196 public static final int NEW_INSTANCE = 40; field in RegOps
DRops.java754 public static final Rop NEW_INSTANCE = field in Rops
/dalvik/dx/src/com/android/dx/rop/code/
DRegOps.java196 public static final int NEW_INSTANCE = 40; field in RegOps
DRops.java755 public static final Rop NEW_INSTANCE = field in Rops
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DRopToDop.java230 MAP.put(Rops.NEW_INSTANCE, Dops.NEW_INSTANCE); in MAP.put()
DDops.java201 public static final Dop NEW_INSTANCE = field in Dops
DDalvOps.java68 public static final int NEW_INSTANCE = 0x22; field in DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java407 MAP.put(Rops.NEW_INSTANCE, Dops.NEW_INSTANCE); in MAP.put()
DDops.java204 public static final Dop NEW_INSTANCE = field in Dops
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java79 public static final int NEW_INSTANCE = 0x22; field in Opcodes
DOpcodeInfo.java198 public static final Info NEW_INSTANCE = field in OpcodeInfo