Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java61 Instruction makeInstruction22x(@Nonnull Opcode opcode, int registerA, int registerB); in makeInstruction22x() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java144 public ImmutableInstruction22x makeInstruction22x(@Nonnull Opcode opcode, in makeInstruction22x() method in ImmutableInstructionFactory