HomeSort by relevance Sort by last modified time
    Searched refs:ImmutableInstruction22x (Results 1 - 4 of 4) sorted by null

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction22x.java 41 public class ImmutableInstruction22x extends ImmutableInstruction implements Instruction22x {
47 public ImmutableInstruction22x(@Nonnull Opcode opcode,
55 public static ImmutableInstruction22x of(Instruction22x instruction) {
56 if (instruction instanceof ImmutableInstruction22x) {
57 return (ImmutableInstruction22x)instruction;
59 return new ImmutableInstruction22x(
ImmutableInstructionFactory.java 144 public ImmutableInstruction22x makeInstruction22x(@Nonnull Opcode opcode,
147 return new ImmutableInstruction22x(opcode, registerA, registerB);
ImmutableInstruction.java 97 return ImmutableInstruction22x.of((Instruction22x)instruction);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 64 /*15: 0x19*/ new ImmutableInstruction22x(Opcode.MOVE_FROM16, 19, 20),

Completed in 166 milliseconds