Home
last modified time | relevance | path

Searched refs:Instruction21t (Results 1 – 11 of 11) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction21t.java36 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()
DImmutableInstruction.java85 return ImmutableInstruction21t.of((Instruction21t)instruction); in of()
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction21t.java34 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;
39 public class SmalideaInstruction21t extends SmalideaInstruction implements Instruction21t {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction21t.java36 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;
40 public class DexBackedInstruction21t extends DexBackedInstruction implements Instruction21t {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction21t.java38 import org.jf.dexlib2.iface.instruction.formats.Instruction21t;
43 public class BuilderInstruction21t extends BuilderOffsetInstruction implements Instruction21t {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
DInstruction21t.java37 public interface Instruction21t extends OneRegisterInstruction, OffsetInstruction { interface
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java187 Instruction21t instruction = (Instruction21t)instructions.get(10); in testSmalideaMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java596 (Instruction21t) instruction));
748 @Nonnull Instruction21t instruction) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java211 public void write(@Nonnull Instruction21t instruction) { in write()
DDexWriter.java1012 instructionWriter.write((Instruction21t)instruction);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java1218 …if (((Instruction21t)ifInstruction).getRegisterA() == analyzedInstanceOfInstruction.getDestination…
1256 ((Instruction21t)analyzedInstruction.instruction).getCodeOffset();