Searched defs:NEW_ARRAY (Results 1 - 7 of 7) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java199 public static final int NEW_ARRAY = 41; field in class:RegOps
354 case NEW_ARRAY: return "new-array";
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java199 public static final int NEW_ARRAY = 41; field in class:RegOps
354 case NEW_ARRAY: return "new-array";
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DDops.java203 public static final Dop NEW_ARRAY = field in class:Dops
204 new Dop(DalvOps.NEW_ARRAY, DalvOps.NEW_ARRAY,
979 set(NEW_ARRAY);
H A DDalvOps.java69 public static final int NEW_ARRAY = 0x23; field in class:DalvOps
/dalvik/dx/src/com/android/dx/dex/code/
H A DDops.java206 public static final Dop NEW_ARRAY = field in class:Dops
207 new Dop(Opcodes.NEW_ARRAY, Opcodes.NEW_ARRAY,
982 set(NEW_ARRAY);
/dalvik/dx/src/com/android/dx/io/
H A DOpcodeInfo.java202 public static final Info NEW_ARRAY = field in class:OpcodeInfo
203 new Info(Opcodes.NEW_ARRAY, "new-array",
984 set(NEW_ARRAY);
H A DOpcodes.java79 public static final int NEW_ARRAY = 0x23; field in class:Opcodes

Completed in 236 milliseconds