Searched refs:getInstructionAddress (Results 1 - 2 of 2) sorted by relevance

/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DPreInstructionRegisterInfoMethodItem.java222 writer.printUnsignedLongAsHex(methodAnalyzer.getInstructionAddress(predecessor));
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DMethodAnalyzer.java217 int codeAddress = getInstructionAddress(instructionToAnalyze);
301 int codeAddress = getInstructionAddress(instructionToVerify);
390 public int getInstructionAddress(AnalyzedInstruction instruction) { method in class:MethodAnalyzer
480 currentCodeAddress = getInstructionAddress(instruction);
523 int instructionCodeAddress = getInstructionAddress(instruction);
574 " instruction at code address 0x" + Integer.toHexString(getInstructionAddress(predecessor)) +
576 Integer.toHexString(getInstructionAddress(successor)));
1662 int instructionAddress = getInstructionAddress(analyzedInstruction);
1693 int instructionAddress = getInstructionAddress(analyzedInstruction);
2127 int arrayDataCodeAddress = getInstructionAddress(analyzedInstructio
[all...]

Completed in 117 milliseconds