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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction22s.java42 public class BuilderInstruction22s extends BuilderInstruction implements Instruction22s { class in inherits:BuilderInstruction,Instruction22s
49 public BuilderInstruction22s(@Nonnull Opcode opcode, method in class:BuilderInstruction22s
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java724 private BuilderInstruction22s newBuilderInstruction22s(@Nonnull Instruction22s instruction) {
725 return new BuilderInstruction22s(
/external/smali/smali/src/main/antlr3/
H A DsmaliTreeWalker.g948 $method::methodBuilder.addInstruction(new BuilderInstruction22s(opcode, regA, regB, litC));
/external/smali/smali/src/main/java/org/jf/smali/
H A DsmaliTreeWalker.java5215 method_stack.peek().methodBuilder.addInstruction(new BuilderInstruction22s(opcode, regA, regB, litC));

Completed in 708 milliseconds