Home
last modified time | relevance | path

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

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