Searched refs:Instruction21t (Results 1 – 11 of 11) sorted by relevance
36 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;41 public class ImmutableInstruction21t extends ImmutableInstruction implements Instruction21t {55 public static ImmutableInstruction21t of(Instruction21t instruction) { in of()
85 return ImmutableInstruction21t.of((Instruction21t)instruction); in of()
34 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;39 public class SmalideaInstruction21t extends SmalideaInstruction implements Instruction21t {
36 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;40 public class DexBackedInstruction21t extends DexBackedInstruction implements Instruction21t {
38 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;43 public class BuilderInstruction21t extends BuilderOffsetInstruction implements Instruction21t {
37 public interface Instruction21t extends OneRegisterInstruction, OffsetInstruction { interface
187 Instruction21t instruction = (Instruction21t)instructions.get(10); in testSmalideaMethod()
596 (Instruction21t) instruction));763 @Nonnull Instruction21t instruction) {
211 public void write(@Nonnull Instruction21t instruction) { in write()
1019 instructionWriter.write((Instruction21t)instruction);
1218 …if (((Instruction21t)ifInstruction).getRegisterA() == analyzedInstanceOfInstruction.getDestination…1256 ((Instruction21t)analyzedInstruction.instruction).getCodeOffset();