Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java55 Instruction makeInstruction21s(@Nonnull Opcode opcode, int registerA, int literal); in makeInstruction21s() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java104 public ImmutableInstruction21s makeInstruction21s(@Nonnull Opcode opcode, in makeInstruction21s() method in ImmutableInstructionFactory