Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java67 Instruction makeInstruction32x(@Nonnull Opcode opcode, int registerA, int registerB); in makeInstruction32x() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java180 public ImmutableInstruction32x makeInstruction32x(@Nonnull Opcode opcode, in makeInstruction32x() method in ImmutableInstructionFactory