Searched refs:UnknownInstruction (Results 1 – 5 of 5) sorted by relevance
36 import org.jf.dexlib2.iface.instruction.formats.UnknownInstruction;38 public class ImmutableUnknownInstruction extends ImmutableInstruction implements UnknownInstruction…48 public static ImmutableUnknownInstruction of(UnknownInstruction instruction) { in of()
62 if (instruction instanceof UnknownInstruction) { in of()63 return ImmutableUnknownInstruction.of((UnknownInstruction)instruction); in of()
36 import org.jf.dexlib2.iface.instruction.formats.UnknownInstruction;40 public class DexBackedUnknownInstruction extends DexBackedInstruction implements UnknownInstruction…
34 public interface UnknownInstruction extends Instruction10x { interface
43 import org.jf.dexlib2.iface.instruction.formats.UnknownInstruction;207 if (instruction instanceof UnknownInstruction) { in writeTo()209 … writer.printUnsignedLongAsHex(((UnknownInstruction)instruction).getOriginalOpcode()); in writeTo()