Searched defs:ImmutableInstruction35ms (Results 1 - 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction35ms.java41 public class ImmutableInstruction35ms extends ImmutableInstruction implements Instruction35ms { class in inherits:ImmutableInstruction,Instruction35ms
52 public ImmutableInstruction35ms(@Nonnull Opcode opcode, method in class:ImmutableInstruction35ms
70 public static ImmutableInstruction35ms of(Instruction35ms instruction) {
71 if (instruction instanceof ImmutableInstruction35ms) {
72 return (ImmutableInstruction35ms)instruction;
74 return new ImmutableInstruction35ms(

Completed in 61 milliseconds