Searched refs:FILL_ARRAY_DATA (Results 1 – 7 of 7) sorted by relevance
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/ |
D | PayloadAlignmentTest.java | 93 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/ |
D | OffsetInstructionFormatMethodItem.java | 72 if (opcode == Opcode.FILL_ARRAY_DATA) { in getLabelPrefix()
|
D | InstructionMethodItem.java | 171 case FILL_ARRAY_DATA: in writeTo()
|
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/ |
D | InstructionOffsetMapTest.java | 70 /*20: 0x26*/ new ImmutableInstruction31t(Opcode.FILL_ARRAY_DATA, 28, 29), in testInstructionOffsetMap()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/ |
D | MethodAnalyzer.java | 538 } else if (instructionOpcode != Opcode.FILL_ARRAY_DATA) { 682 case FILL_ARRAY_DATA:
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/ |
D | MutableMethodImplementation.java | 862 if (instruction.getOpcode() != Opcode.FILL_ARRAY_DATA) {
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/ |
D | Opcode.java | 82 …FILL_ARRAY_DATA(0x26, "fill-array-data", ReferenceType.NONE, Format.Format31t, Opcode.CAN_CONTINUE… enumConstant
|