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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
Instruction45cc.java 34 import org.jf.dexlib2.iface.instruction.DualReferenceInstruction;
37 public interface Instruction45cc extends FiveRegisterInstruction, DualReferenceInstruction {
Instruction4rcc.java 34 import org.jf.dexlib2.iface.instruction.DualReferenceInstruction;
37 public interface Instruction4rcc extends RegisterRangeInstruction, DualReferenceInstruction {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
DualReferenceInstruction.java 38 public interface DualReferenceInstruction extends ReferenceInstruction {
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 133 if (instruction instanceof DualReferenceInstruction) {
134 DualReferenceInstruction dualReferenceInstruction =
135 (DualReferenceInstruction) instruction;
137 Reference reference2 = dualReferenceInstruction.getReference2();
142 dualReferenceInstruction.getReferenceType2(), writer);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
InstructionWriter.java 39 import org.jf.dexlib2.iface.instruction.DualReferenceInstruction;
537 private int getReference2Index(DualReferenceInstruction referenceInstruction) {

Completed in 235 milliseconds