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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
InstructionWithJumboReference.java 34 import org.jf.dexlib.Code.InstructionWithReference;
41 public abstract class InstructionWithJumboReference extends InstructionWithReference {
Instruction22c.java 32 import org.jf.dexlib.Code.InstructionWithReference;
40 public class Instruction22c extends InstructionWithReference implements TwoRegisterInstruction,
Instruction21c.java 32 import org.jf.dexlib.Code.InstructionWithReference;
40 public class Instruction21c extends InstructionWithReference implements SingleRegisterInstruction,
Instruction31c.java 32 import org.jf.dexlib.Code.InstructionWithReference;
Instruction35c.java 33 import org.jf.dexlib.Code.InstructionWithReference;
44 public class Instruction35c extends InstructionWithReference implements FiveRegisterInstruction {
Instruction3rc.java 32 import org.jf.dexlib.Code.InstructionWithReference;
44 public class Instruction3rc extends InstructionWithReference implements RegisterRangeInstruction,
Instruction20bc.java 36 public class Instruction20bc extends InstructionWithReference {
Instruction41c.java 35 import org.jf.dexlib.Code.InstructionWithReference;
Instruction5rc.java 35 import org.jf.dexlib.Code.InstructionWithReference;
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
InstructionWithReference.java 34 public abstract class InstructionWithReference extends Instruction {
38 protected InstructionWithReference(Opcode opcode, Item referencedItem) {
45 protected InstructionWithReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) {
52 protected InstructionWithReference(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
SyntheticAccessorResolver.java 34 import org.jf.dexlib.Code.InstructionWithReference;
92 InstructionWithReference instruction = (InstructionWithReference)instructions[0];
MethodAnalyzer.java     [all...]
AnalyzedInstruction.java 245 InstructionWithReference instruction = (InstructionWithReference)this.instruction;
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 33 import org.jf.dexlib.Code.InstructionWithReference;
367 if (!baksmali.noAccessorComments && (instruction instanceof InstructionWithReference)) {
370 (MethodIdItem)((InstructionWithReference) instruction).getReferencedItem();
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 340 Item item = ((InstructionWithReference)instruction).getReferencedItem();
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
CodeItem.java 469 InstructionWithReference referenceInstruction = (InstructionWithReference)instruction;
    [all...]

Completed in 548 milliseconds