Searched refs:getRegisterA (Results 1 - 25 of 30) sorted by relevance

12

/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
H A DSingleRegisterInstruction.java32 int getRegisterA(); method in interface:SingleRegisterInstruction
H A DTwoRegisterInstruction.java32 int getRegisterA(); method in interface:TwoRegisterInstruction
H A DFiveRegisterInstruction.java33 byte getRegisterA(); method in interface:FiveRegisterInstruction
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPreInstructionRegisterInfoMethodItem.java105 registers.set(instruction.getRegisterA());
121 registers.set(instruction.getRegisterA());
126 registers.set(instruction.getRegisterA());
130 registers.set(instruction.getRegisterA());
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Format/
H A DInstruction11n.java76 public int getRegisterA() { method in class:Instruction11n
H A DInstruction11x.java67 public int getRegisterA() { method in class:Instruction11x
H A DInstruction12x.java70 public int getRegisterA() { method in class:Instruction12x
H A DInstruction21h.java72 public int getRegisterA() { method in class:Instruction21h
H A DInstruction21s.java72 public int getRegisterA() { method in class:Instruction21s
H A DInstruction22b.java76 public int getRegisterA() { method in class:Instruction22b
H A DInstruction22s.java76 public int getRegisterA() { method in class:Instruction22s
H A DInstruction22x.java75 public int getRegisterA() { method in class:Instruction22x
H A DInstruction23x.java76 public int getRegisterA() { method in class:Instruction23x
H A DInstruction31c.java74 public int getRegisterA() { method in class:Instruction31c
H A DInstruction31i.java72 public int getRegisterA() { method in class:Instruction31i
H A DInstruction31t.java77 public int getRegisterA() { method in class:Instruction31t
H A DInstruction32x.java73 public int getRegisterA() { method in class:Instruction32x
H A DInstruction51l.java72 public int getRegisterA() { method in class:Instruction51l
H A DInstruction21c.java87 public int getRegisterA() { method in class:Instruction21c
H A DInstruction21t.java90 public int getRegisterA() { method in class:Instruction21t
H A DInstruction22c.java74 public int getRegisterA() { method in class:Instruction22c
H A DInstruction22cs.java80 public int getRegisterA() { method in class:Instruction22cs
H A DInstruction22t.java95 public int getRegisterA() { method in class:Instruction22t
H A DInstruction35ms.java106 public byte getRegisterA() { method in class:Instruction35ms
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java1741 int returnRegister = instruction.getRegisterA();
1827 getAndCheckSourceRegister(analyzedInstruction, instruction.getRegisterA(), ReferenceCategories);
1845 RegisterType registerType = getAndCheckSourceRegister(analyzedInstruction, instruction.getRegisterA(),
1919 int register = ((SingleRegisterInstruction)analyzedInstruction.instruction).getRegisterA();
1942 int register = ((SingleRegisterInstruction)analyzedInstruction.instruction).getRegisterA();
2081 int register = instruction.getRegisterA();
2146 int register = ((SingleRegisterInstruction)analyzedInstruction.instruction).getRegisterA();
2189 int register = ((SingleRegisterInstruction)analyzedInstruction.instruction).getRegisterA();
2219 RegisterType registerType1 = analyzedInstruction.getPreInstructionRegisterType(instruction.getRegisterA());
2242 getAndCheckSourceRegister(analyzedInstruction, instruction.getRegisterA(), Primitive32BitCategorie
[all...]

Completed in 107 milliseconds

12