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

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/
H A DMutableMethodImplementation.java107 int locationIndex = mapCodeAddressToIndex(codeAddressToIndex, debugCodeAddress);
471 private int mapCodeAddressToIndex(@Nonnull int[] codeAddressToIndex, int codeAddress) { method in class:MutableMethodImplementation
485 MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddressToIndex, codeAddress));
496 MethodLocation referent = instructionList.get(mapCodeAddressToIndex(codeAddressToIndex, codeAddress));

Completed in 66 milliseconds