Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionFactory.java46 Instruction makeInstruction10x(@Nonnull Opcode opcode); in makeInstruction10x() method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstructionFactory.java54 public ImmutableInstruction10x makeInstruction10x(@Nonnull Opcode opcode) { in makeInstruction10x() method in ImmutableInstructionFactory