Searched refs:BuilderInstruction31t (Results 1 - 5 of 5) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction31t.java43 public class BuilderInstruction31t extends BuilderOffsetInstruction implements Instruction31t { class in inherits:BuilderOffsetInstruction,Instruction31t
48 public BuilderInstruction31t(@Nonnull Opcode opcode, method in class:BuilderInstruction31t
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
H A DPayloadAlignmentTest.java93 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.FILL_ARRAY_DATA, 0, label));
119 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.FILL_ARRAY_DATA, 0, label));
173 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.PACKED_SWITCH, 0,
224 implBuilder.addInstruction(new BuilderInstruction31t(Opcode.SPARSE_SWITCH, 0,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java858 private BuilderInstruction31t newBuilderInstruction31t(@Nonnull MethodLocation location , int[] codeAddressToIndex,
868 return new BuilderInstruction31t(
/external/smali/smali/src/main/antlr/
H A DsmaliTreeWalker.g1040 $method::methodBuilder.addInstruction(new BuilderInstruction31t(opcode, regA, $label_ref.label));
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java5654 method_stack.peek().methodBuilder.addInstruction(new BuilderInstruction31t(opcode, regA, label_ref159));

Completed in 1052 milliseconds