Home
last modified time | relevance | path

Searched refs:FILL_ARRAY_DATA (Results 1 – 7 of 7) 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/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
DOffsetInstructionFormatMethodItem.java72 if (opcode == Opcode.FILL_ARRAY_DATA) { in getLabelPrefix()
DInstructionMethodItem.java171 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/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java538 } else if (instructionOpcode != Opcode.FILL_ARRAY_DATA) {
682 case FILL_ARRAY_DATA:
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java838 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