Searched refs:Instruction31t (Results 1 – 12 of 12) sorted by relevance
36 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;41 public class ImmutableInstruction31t extends ImmutableInstruction implements Instruction31t {55 public static ImmutableInstruction31t of(Instruction31t instruction) { in of()
107 return ImmutableInstruction31t.of((Instruction31t)instruction); in of()
34 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;39 public class SmalideaInstruction31t extends SmalideaInstruction implements Instruction31t {
39 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;110 Instruction31t referent = (Instruction31t)instructions.get(0); in testPayloadAlignmentRemoveNopWithReferent()138 Instruction31t referent = (Instruction31t)instructions.get(0); in testPayloadAlignmentAddNopWithReferent()
36 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;40 public class DexBackedInstruction31t extends DexBackedInstruction implements Instruction31t {
38 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;43 public class BuilderInstruction31t extends BuilderOffsetInstruction implements Instruction31t {
42 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;153 if (instruction instanceof Instruction31t) { in writeTo()159 this.codeAddress + ((Instruction31t)instruction).getCodeOffset()); in writeTo()166 this.codeAddress + ((Instruction31t)instruction).getCodeOffset()); in writeTo()173 … methodDef.findPayloadOffset(this.codeAddress + ((Instruction31t)instruction).getCodeOffset(), in writeTo()
37 public interface Instruction31t extends OneRegisterInstruction, OffsetInstruction { interface
49 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;123 … ((Instruction31t)instruction).getRegisterA(), targetOffset-codeOffset)); in MethodDefinition()146 … ((Instruction31t)instruction).getRegisterA(), targetOffset-codeOffset)); in MethodDefinition()
634 (Instruction31t) instruction));859 @Nonnull Instruction31t instruction) {
323 public void write(@Nonnull Instruction31t instruction) { in write()
1052 instructionWriter.write((Instruction31t)instruction);