Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java56 Instruction makeInstruction21t(@Nonnull Opcode opcode, int registerA, int codeOffset); in makeInstruction21t() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java110 public ImmutableInstruction21t makeInstruction21t(@Nonnull Opcode opcode, in makeInstruction21t() method in ImmutableInstructionFactory