Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java65 Instruction makeInstruction31i(@Nonnull Opcode opcode, int registerA, int literal); in makeInstruction31i() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java168 public ImmutableInstruction31i makeInstruction31i(@Nonnull Opcode opcode, in makeInstruction31i() method in ImmutableInstructionFactory