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

/external/dexmaker/src/dx/java/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,
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DOffsetInstructionFormatMethodItem.java72 if (instruction.opcode == Opcode.FILL_ARRAY_DATA) {
/external/dexmaker/src/dx/java/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.java221 public static final Dop FILL_ARRAY_DATA = field in class:Dops
222 new Dop(Opcodes.FILL_ARRAY_DATA, Opcodes.FILL_ARRAY_DATA,
1144 set(FILL_ARRAY_DATA);
H A DRopTranslator.java779 new TargetInsn(Dops.FILL_ARRAY_DATA, pos, getRegs(insn),
/external/dexmaker/src/dx/java/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",
1143 set(FILL_ARRAY_DATA);
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DEscapeAnalysis.java622 case RegOps.FILL_ARRAY_DATA:
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DOpcode.java75 FILL_ARRAY_DATA((byte)0x26, "fill-array-data", ReferenceType.none, Format.Format31t, Opcode.CAN_CONTINUE), enum constant in enum:Opcode
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java699 case FILL_ARRAY_DATA:
1135 case FILL_ARRAY_DATA:

Completed in 98 milliseconds