Home
last modified time | relevance | path

Searched refs:makeInstruction22s (Results 1 – 2 of 2) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java59 … Instruction makeInstruction22s(@Nonnull Opcode opcode, int registerA, int registerB, int literal); in makeInstruction22s() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java130 public ImmutableInstruction22s makeInstruction22s(@Nonnull Opcode opcode, in makeInstruction22s() method in ImmutableInstructionFactory