Searched refs:ImmutableInstruction31c (Results 1 - 4 of 4) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction31c.java44 public class ImmutableInstruction31c extends ImmutableInstruction implements Instruction31c { class in inherits:ImmutableInstruction,Instruction31c
50 public ImmutableInstruction31c(@Nonnull Opcode opcode, method in class:ImmutableInstruction31c
58 public static ImmutableInstruction31c of(Instruction31c instruction) {
59 if (instruction instanceof ImmutableInstruction31c) {
60 return (ImmutableInstruction31c)instruction;
62 return new ImmutableInstruction31c(
H A DImmutableInstructionFactory.java162 public ImmutableInstruction31c makeInstruction31c(@Nonnull Opcode opcode,
165 return new ImmutableInstruction31c(opcode, registerA, reference);
H A DImmutableInstruction.java103 return ImmutableInstruction31c.of((Instruction31c)instruction);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
H A DInstructionOffsetMapTest.java67 /*18: 0x20*/ new ImmutableInstruction31c(Opcode.CONST_STRING_JUMBO, 25,

Completed in 1190 milliseconds