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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction51l.java 41 public class ImmutableInstruction51l extends ImmutableInstruction implements Instruction51l {
47 public ImmutableInstruction51l(@Nonnull Opcode opcode,
55 public static ImmutableInstruction51l of(Instruction51l instruction) {
56 if (instruction instanceof ImmutableInstruction51l) {
57 return (ImmutableInstruction51l)instruction;
59 return new ImmutableInstruction51l(
ImmutableInstructionFactory.java 205 public ImmutableInstruction51l makeInstruction51l(@Nonnull Opcode opcode,
208 return new ImmutableInstruction51l(opcode, registerA, literal);
ImmutableInstruction.java 125 return ImmutableInstruction51l.of((Instruction51l)instruction);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 76 /*24: 0x32*/ new ImmutableInstruction51l(Opcode.CONST_WIDE, 32, 33),

Completed in 91 milliseconds