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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction35ms.java 41 public class ImmutableInstruction35ms extends ImmutableInstruction implements Instruction35ms {
52 public ImmutableInstruction35ms(@Nonnull Opcode opcode,
70 public static ImmutableInstruction35ms of(Instruction35ms instruction) {
71 if (instruction instanceof ImmutableInstruction35ms) {
72 return (ImmutableInstruction35ms)instruction;
74 return new ImmutableInstruction35ms(
ImmutableInstruction.java 117 return ImmutableInstruction35ms.of((Instruction35ms)instruction);

Completed in 212 milliseconds