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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction3rmi.java 41 public class ImmutableInstruction3rmi extends ImmutableInstruction implements Instruction3rmi {
48 public ImmutableInstruction3rmi(@Nonnull Opcode opcode,
58 public static ImmutableInstruction3rmi of(Instruction3rmi instruction) {
59 if (instruction instanceof ImmutableInstruction3rmi) {
60 return (ImmutableInstruction3rmi)instruction;
62 return new ImmutableInstruction3rmi(
ImmutableInstruction.java 121 return ImmutableInstruction3rmi.of((Instruction3rmi)instruction);

Completed in 214 milliseconds