Searched refs:InstructionWithReference (Results 1 - 13 of 13) sorted by relevance

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DInstructionWithReference.java34 public abstract class InstructionWithReference extends Instruction { class in inherits:Instruction
38 protected InstructionWithReference(Opcode opcode, Item referencedItem) { method in class:InstructionWithReference
45 protected InstructionWithReference(Opcode opcode, Item referencedItem, ReferenceType referenceType) { method in class:InstructionWithReference
52 protected InstructionWithReference(DexFile dexFile, Opcode opcode, byte[] buffer, int bufferIndex) { method in class:InstructionWithReference
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction31c.java32 import org.jf.dexlib.Code.InstructionWithReference;
40 public class Instruction31c extends InstructionWithReference implements SingleRegisterInstruction {
H A DInstruction21c.java32 import org.jf.dexlib.Code.InstructionWithReference;
40 public class Instruction21c extends InstructionWithReference implements SingleRegisterInstruction {
H A DInstruction22c.java32 import org.jf.dexlib.Code.InstructionWithReference;
40 public class Instruction22c extends InstructionWithReference implements TwoRegisterInstruction {
H A DInstruction3rc.java32 import org.jf.dexlib.Code.InstructionWithReference;
44 public class Instruction3rc extends InstructionWithReference implements RegisterRangeInstruction {
H A DInstruction35c.java33 import org.jf.dexlib.Code.InstructionWithReference;
44 public class Instruction35c extends InstructionWithReference implements FiveRegisterInstruction {
H A DInstruction35s.java33 import org.jf.dexlib.Code.InstructionWithReference;
44 public class Instruction35s extends InstructionWithReference implements FiveRegisterInstruction {
H A DInstruction20bc.java36 public class Instruction20bc extends InstructionWithReference {
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DSyntheticAccessorResolver.java34 import org.jf.dexlib.Code.InstructionWithReference;
87 InstructionWithReference instruction = (InstructionWithReference)instructions[0];
H A DMethodAnalyzer.java1612 InstructionWithReference invokeInstruction = (InstructionWithReference)previousInstruction.instruction;
1643 InstructionWithReference invokeInstruction = (InstructionWithReference)previousInstruction.getInstruction();
1816 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction;
1831 InstructionWithReference instruction = (InstructionWithReference)analyzedInstruction.instruction;
1851 InstructionWithReference instruction = (InstructionWithReference)analyzedInstructio
[all...]
H A DAnalyzedInstruction.java247 InstructionWithReference instruction = (InstructionWithReference)this.instruction;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DMethodDefinition.java33 import org.jf.dexlib.Code.InstructionWithReference;
356 if (!baksmali.noAccessorComments && (instruction instanceof InstructionWithReference)) {
359 (MethodIdItem)((InstructionWithReference) instruction).getReferencedItem();
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItem.java313 Item item = ((InstructionWithReference)instruction).getReferencedItem();

Completed in 83 milliseconds