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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction22t.java 41 public class ImmutableInstruction22t extends ImmutableInstruction implements Instruction22t {
48 public ImmutableInstruction22t(@Nonnull Opcode opcode,
58 public static ImmutableInstruction22t of(Instruction22t instruction) {
59 if (instruction instanceof ImmutableInstruction22t) {
60 return (ImmutableInstruction22t)instruction;
62 return new ImmutableInstruction22t(
ImmutableInstructionFactory.java 137 public ImmutableInstruction22t makeInstruction22t(@Nonnull Opcode opcode,
141 return new ImmutableInstruction22t(opcode, registerA, registerB, codeOffset);
ImmutableInstruction.java 95 return ImmutableInstruction22t.of((Instruction22t)instruction);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 63 /*14: 0x17*/ new ImmutableInstruction22t(Opcode.IF_EQ, 4, 5, 18),
  /prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/
dexlib2-2.1.3.jar 

Completed in 353 milliseconds