Home
last modified time | relevance | path

Searched refs:Instruction3rc (Results 1 – 13 of 13) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
DImmutableInstruction3rc.java36 import org.jf.dexlib2.iface.instruction.formats.Instruction3rc;
44 public class ImmutableInstruction3rc extends ImmutableInstruction implements Instruction3rc {
62 public static ImmutableInstruction3rc of(Instruction3rc instruction) { in of()
DImmutableInstruction.java117 return ImmutableInstruction3rc.of((Instruction3rc)instruction); in of()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
DInstructionRewriter.java67 return new RewrittenInstruction3rc((Instruction3rc)instruction); in rewrite()
191 … protected class RewrittenInstruction3rc extends BaseRewrittenReferenceInstruction<Instruction3rc>
192 implements Instruction3rc {
193 public RewrittenInstruction3rc(@Nonnull Instruction3rc instruction) { in RewrittenInstruction3rc()
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
DSmalideaInstruction3rc.java34 import org.jf.dexlib2.iface.instruction.formats.Instruction3rc;
39 public class SmalideaInstruction3rc extends SmalideaInstruction implements Instruction3rc {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DDexBackedInstruction3rc.java37 import org.jf.dexlib2.iface.instruction.formats.Instruction3rc;
42 public class DexBackedInstruction3rc extends DexBackedInstruction implements Instruction3rc {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
DBuilderInstruction3rc.java37 import org.jf.dexlib2.iface.instruction.formats.Instruction3rc;
43 public class BuilderInstruction3rc extends BuilderInstruction implements Instruction3rc {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
DInstruction3rc.java37 public interface Instruction3rc extends RegisterRangeInstruction, ReferenceInstruction { interface
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DMethodAnalyzer.java1622Instruction3rc deodexedInstruction = new ImmutableInstruction3rc(deodexedOpcode, instruction.getSt…
1653 Instruction3rc instruction = (Instruction3rc)analyzedInstruction.instruction;
1749 Instruction3rc instruction = (Instruction3rc)analyzedInstruction.instruction;
1764 Instruction3rc instruction = (Instruction3rc)analyzedInstruction.instruction;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
DCodeItem.java136 annotateInstruction3rc(out, (Instruction3rc)instruction); in makeAnnotator()
285 …ate void annotateInstruction3rc(@Nonnull AnnotatedBytes out, @Nonnull Instruction3rc instruction) { in makeAnnotator()
/external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
DSmalideaMethodTest.java280 Instruction3rc instruction = (Instruction3rc)instructions.get(22); in testSmalideaMethod()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
DMutableMethodImplementation.java640 setInstruction(location, newBuilderInstruction3rc((Instruction3rc)instruction));
872 private BuilderInstruction3rc newBuilderInstruction3rc(@Nonnull Instruction3rc instruction) {
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DInstructionWriter.java346 public void write(@Nonnull Instruction3rc instruction) { in write()
DDexWriter.java1051 instructionWriter.write((Instruction3rc)instruction);