Home
last modified time | relevance | path

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

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