Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
DPayloadAlignmentTest.java93 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.FILL_ARRAY_DATA, 0, label)); in testPayloadAlignmentRemoveNopWithReferent()
104 new Opcode[]{Opcode.FILL_ARRAY_DATA, in testPayloadAlignmentRemoveNopWithReferent()
119 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.FILL_ARRAY_DATA, 0, label)); in testPayloadAlignmentAddNopWithReferent()
130 new Opcode[]{Opcode.FILL_ARRAY_DATA, in testPayloadAlignmentAddNopWithReferent()
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
DRegOps.java297 public static final int FILL_ARRAY_DATA = 57; field in RegOps
369 case FILL_ARRAY_DATA: return "fill-array-data"; in opName()
DRops.java1101 public static final Rop FILL_ARRAY_DATA = field in Rops
1102 new Rop(RegOps.FILL_ARRAY_DATA, Type.VOID, StdTypeList.EMPTY,
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DOffsetInstructionFormatMethodItem.java72 if (opcode == Opcode.FILL_ARRAY_DATA) { in getLabelPrefix()
DInstructionMethodItem.java149 case FILL_ARRAY_DATA: in writeTo()
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
DInstructionOffsetMapTest.java70 /*20: 0x26*/ new ImmutableInstruction31t(Opcode.FILL_ARRAY_DATA, 28, 29), in testInstructionOffsetMap()
/external/dexmaker/src/dx/java/com/android/dx/io/
DOpcodes.java82 public static final int FILL_ARRAY_DATA = 0x26; field in Opcodes
DOpcodeInfo.java214 public static final Info FILL_ARRAY_DATA = field in OpcodeInfo
215 new Info(Opcodes.FILL_ARRAY_DATA, "fill-array-data",
1143 set(FILL_ARRAY_DATA);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DRopToDop.java495 case RegOps.FILL_ARRAY_DATA: return Dops.FILL_ARRAY_DATA; in dopFor()
DDops.java221 public static final Dop FILL_ARRAY_DATA = field in Dops
222 new Dop(Opcodes.FILL_ARRAY_DATA, Opcodes.FILL_ARRAY_DATA,
1144 set(FILL_ARRAY_DATA);
DRopTranslator.java779 new TargetInsn(Dops.FILL_ARRAY_DATA, pos, getRegs(insn), in visitFillArrayDataInsn()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java519 } else if (instructionOpcode != Opcode.FILL_ARRAY_DATA) {
663 case FILL_ARRAY_DATA:
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DEscapeAnalysis.java622 case RegOps.FILL_ARRAY_DATA: in replaceUse()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java841 if (instruction.getOpcode() != Opcode.FILL_ARRAY_DATA) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
DOpcode.java82FILL_ARRAY_DATA(0x26, "fill-array-data", ReferenceType.NONE, Format.Format31t, Opcode.CAN_CONTINUE… enumConstant