Searched refs:FILL_ARRAY_DATA (Results 1 - 15 of 15) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/rop/code/
H A DRegOps.java297 public static final int FILL_ARRAY_DATA = 57; field in class:RegOps
369 case FILL_ARRAY_DATA: return "fill-array-data";
H A DRops.java1101 public static final Rop FILL_ARRAY_DATA = field in class:Rops
1102 new Rop(RegOps.FILL_ARRAY_DATA, Type.VOID, StdTypeList.EMPTY,
/dalvik/dx/src/com/android/dx/rop/code/
H A DRegOps.java297 public static final int FILL_ARRAY_DATA = 57; field in class:RegOps
369 case FILL_ARRAY_DATA: return "fill-array-data";
H A DRops.java1101 public static final Rop FILL_ARRAY_DATA = field in class:Rops
1102 new Rop(RegOps.FILL_ARRAY_DATA, Type.VOID, StdTypeList.EMPTY,
/dalvik/dx/src/com/android/dx/io/
H A DOpcodes.java82 public static final int FILL_ARRAY_DATA = 0x26; field in class:Opcodes
H A DOpcodeInfo.java214 public static final Info FILL_ARRAY_DATA = field in class:OpcodeInfo
215 new Info(Opcodes.FILL_ARRAY_DATA, "fill-array-data",
987 set(FILL_ARRAY_DATA);
/dalvik/dexgen/src/com/android/dexgen/dex/code/
H A DRopToDop.java323 case RegOps.FILL_ARRAY_DATA: return Dops.FILL_ARRAY_DATA;
H A DDalvOps.java72 public static final int FILL_ARRAY_DATA = 0x26; field in class:DalvOps
H A DDops.java215 public static final Dop FILL_ARRAY_DATA = field in class:Dops
216 new Dop(DalvOps.FILL_ARRAY_DATA, DalvOps.FILL_ARRAY_DATA,
982 set(FILL_ARRAY_DATA);
H A DRopTranslator.java772 new TargetInsn(Dops.FILL_ARRAY_DATA, pos, getRegs(insn),
/dalvik/dx/src/com/android/dx/dex/code/
H A DRopToDop.java84 // Opcodes.FILL_ARRAY_DATA
495 case RegOps.FILL_ARRAY_DATA: return Dops.FILL_ARRAY_DATA;
H A DDops.java218 public static final Dop FILL_ARRAY_DATA = field in class:Dops
219 new Dop(Opcodes.FILL_ARRAY_DATA, Opcodes.FILL_ARRAY_DATA,
985 set(FILL_ARRAY_DATA);
H A DRopTranslator.java782 new TargetInsn(Dops.FILL_ARRAY_DATA, pos, getRegs(insn),
/dalvik/dx/src/com/android/dx/cf/code/
H A DRopperMachine.java637 insn = new FillArrayDataInsn(Rops.FILL_ARRAY_DATA, pos,
/dalvik/dx/src/com/android/dx/ssa/
H A DEscapeAnalysis.java622 case RegOps.FILL_ARRAY_DATA:

Completed in 117 milliseconds