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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction31c.java 44 public class ImmutableInstruction31c extends ImmutableInstruction implements Instruction31c {
50 public ImmutableInstruction31c(@Nonnull Opcode opcode,
58 public static ImmutableInstruction31c of(Instruction31c instruction) {
59 if (instruction instanceof ImmutableInstruction31c) {
60 return (ImmutableInstruction31c)instruction;
62 return new ImmutableInstruction31c(
ImmutableInstructionFactory.java 162 public ImmutableInstruction31c makeInstruction31c(@Nonnull Opcode opcode,
165 return new ImmutableInstruction31c(opcode, registerA, reference);
ImmutableInstruction.java 105 return ImmutableInstruction31c.of((Instruction31c)instruction);
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 67 /*18: 0x20*/ new ImmutableInstruction31c(Opcode.CONST_STRING_JUMBO, 25,

Completed in 151 milliseconds