Searched refs:BuilderInstruction23x (Results 1 - 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction23x.java42 public class BuilderInstruction23x extends BuilderInstruction implements Instruction23x { class in inherits:BuilderInstruction,Instruction23x
49 public BuilderInstruction23x(@Nonnull Opcode opcode, method in class:BuilderInstruction23x
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java753 private BuilderInstruction23x newBuilderInstruction23x(@Nonnull Instruction23x instruction) {
754 return new BuilderInstruction23x(
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g994 $method::methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC));
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java5392 method_stack.peek().methodBuilder.addInstruction(new BuilderInstruction23x(opcode, regA, regB, regC));

Completed in 191 milliseconds