Home
last modified time | relevance | path

Searched refs:currentStartAddress (Results 1 – 1 of 1) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
DTryListBuilder.java194 int currentStartAddress = tryBlock.startCodeAddress; in getBoundingRanges() local
197 if (startAddress == currentStartAddress) { in getBoundingRanges()
203 } else if (startAddress > currentStartAddress && startAddress < currentEndAddress) { in getBoundingRanges()
211 }else if (startAddress < currentStartAddress) { in getBoundingRanges()
212 if (endAddress <= currentStartAddress) { in getBoundingRanges()
226 startBlock = new MutableTryBlock<EH>(startAddress, currentStartAddress); in getBoundingRanges()
248 int currentStartAddress = tryBlock.startCodeAddress; in getBoundingRanges() local
256 } else if (endAddress > currentStartAddress && endAddress < currentEndAddress) { in getBoundingRanges()
264 } else if (endAddress <= currentStartAddress) { in getBoundingRanges()