HomeSort by relevance Sort by last modified time
    Searched refs:Instruction35c (Results 1 - 15 of 15) sorted by null

  /external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/
SmalideaInstruction35c.java 34 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
39 public class SmalideaInstruction35c extends SmalideaInstruction implements Instruction35c {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction35c.java 37 public interface Instruction35c extends FiveRegisterInstruction, ReferenceInstruction {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
ImmutableInstruction35c.java 36 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
44 public class ImmutableInstruction35c extends ImmutableInstruction implements Instruction35c {
73 public static ImmutableInstruction35c of(Instruction35c instruction) {
ImmutableInstruction.java 113 return ImmutableInstruction35c.of((Instruction35c)instruction);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction35c.java 37 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
43 public class DexBackedInstruction35c extends DexBackedInstruction implements Instruction35c {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
InstructionRewriter.java 65 return new RewrittenInstruction35c((Instruction35c)instruction);
160 protected class RewrittenInstruction35c extends BaseRewrittenReferenceInstruction<Instruction35c>
161 implements Instruction35c {
162 public RewrittenInstruction35c(@Nonnull Instruction35c instruction) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction35c.java 37 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
43 public class BuilderInstruction35c extends BuilderInstruction implements Instruction35c {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CustomMethodInlineTableTest.java 42 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
80 MethodReference methodReference = (MethodReference)((Instruction35c)deodexedInstruction).getReference();
107 MethodReference methodReference = (MethodReference)((Instruction35c)deodexedInstruction).getReference();
134 MethodReference methodReference = (MethodReference)((Instruction35c)deodexedInstruction).getReference();
  /external/smali/smali/src/test/java/
ImplicitReferenceTest.java 44 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
87 Instruction35c instruction = (Instruction35c)instructions.get(0);
94 instruction = (Instruction35c)instructions.get(1);
101 instruction = (Instruction35c)instructions.get(2);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
MethodAnalyzer.java     [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
CodeItem.java 136 annotateInstruction35c(out, (Instruction35c)instruction);
256 private void annotateInstruction35c(@Nonnull AnnotatedBytes out, @Nonnull Instruction35c instruction) {
  /external/smali/smalidea/src/test/java/org/jf/smalidea/dexlib/
SmalideaMethodTest.java 269 Instruction35c instruction = (Instruction35c)instructions.get(21);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
MutableMethodImplementation.java 640 setInstruction(location, newBuilderInstruction35c((Instruction35c) instruction));
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 325 public void write(@Nonnull Instruction35c instruction) {
DexWriter.java     [all...]

Completed in 181 milliseconds