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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction22c.java 44 public class ImmutableInstruction22c extends ImmutableInstruction implements Instruction22c {
51 public ImmutableInstruction22c(@Nonnull Opcode opcode,
61 public static ImmutableInstruction22c of(Instruction22c instruction) {
62 if (instruction instanceof ImmutableInstruction22c) {
63 return (ImmutableInstruction22c)instruction;
65 return new ImmutableInstruction22c(
ImmutableInstructionFactory.java 123 public ImmutableInstruction22c makeInstruction22c(@Nonnull Opcode opcode,
127 return new ImmutableInstruction22c(opcode, registerA, registerB, reference);
ImmutableInstruction.java 89 return ImmutableInstruction22c.of((Instruction22c)instruction);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 60 /*12: 0x13*/ new ImmutableInstruction22c(Opcode.INSTANCE_OF, 0, 1,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]

Completed in 91 milliseconds