Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java54 Instruction makeInstruction21lh(@Nonnull Opcode opcode, int registerA, long literal); in makeInstruction21lh() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java98 public ImmutableInstruction21lh makeInstruction21lh(@Nonnull Opcode opcode, in makeInstruction21lh() method in ImmutableInstructionFactory