Home
last modified time | relevance | path

Searched refs:FILLED_NEW_ARRAY (Results 1 – 11 of 11) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/code/
DRegOps.java205 public static final int FILLED_NEW_ARRAY = 42; field in RegOps
371 case FILLED_NEW_ARRAY: return "filled-new-array"; in opName()
DRops.java1892 return new Rop(RegOps.FILLED_NEW_ARRAY, in opFilledNewArray()
/dalvik/dexgen/src/com/android/dexgen/rop/code/
DRegOps.java205 public static final int FILLED_NEW_ARRAY = 42; field in RegOps
355 case FILLED_NEW_ARRAY: return "filled-new-array"; in opName()
DRops.java1875 return new Rop(RegOps.FILLED_NEW_ARRAY, in opFilledNewArray()
/dalvik/dx/src/com/android/dx/io/
DOpcodes.java81 public static final int FILLED_NEW_ARRAY = 0x24; field in Opcodes
DOpcodeInfo.java206 public static final Info FILLED_NEW_ARRAY = field in OpcodeInfo
207 new Info(Opcodes.FILLED_NEW_ARRAY, "filled-new-array",
1009 set(FILLED_NEW_ARRAY);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
DDalvOps.java70 public static final int FILLED_NEW_ARRAY = 0x24; field in DalvOps
DRopToDop.java322 case RegOps.FILLED_NEW_ARRAY: return Dops.FILLED_NEW_ARRAY; in dopFor()
/dalvik/dx/src/com/android/dx/dex/code/
DRopToDop.java501 case RegOps.FILLED_NEW_ARRAY: return Dops.FILLED_NEW_ARRAY; in dopFor()
DDops.java212 public static final Dop FILLED_NEW_ARRAY = field in Dops
213 new Dop(Opcodes.FILLED_NEW_ARRAY, Opcodes.FILLED_NEW_ARRAY,
217 new Dop(Opcodes.FILLED_NEW_ARRAY_RANGE, Opcodes.FILLED_NEW_ARRAY,
1009 set(FILLED_NEW_ARRAY);
/dalvik/dx/src/com/android/dx/ssa/
DEscapeAnalysis.java267 case RegOps.FILLED_NEW_ARRAY: in processMoveResultPseudoInsn()