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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction51l.java41 public class ImmutableInstruction51l extends ImmutableInstruction implements Instruction51l { class in inherits:ImmutableInstruction,Instruction51l
47 public ImmutableInstruction51l(@Nonnull Opcode opcode, method in class:ImmutableInstruction51l
55 public static ImmutableInstruction51l of(Instruction51l instruction) {
56 if (instruction instanceof ImmutableInstruction51l) {
57 return (ImmutableInstruction51l)instruction;
59 return new ImmutableInstruction51l(
H A DImmutableInstructionFactory.java205 public ImmutableInstruction51l makeInstruction51l(@Nonnull Opcode opcode,
208 return new ImmutableInstruction51l(opcode, registerA, literal);
H A DImmutableInstruction.java123 return ImmutableInstruction51l.of((Instruction51l)instruction);
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
H A DInstructionOffsetMapTest.java76 /*24: 0x32*/ new ImmutableInstruction51l(Opcode.CONST_WIDE, 32, 33),

Completed in 101 milliseconds