Searched refs:currentStartAddress (Results 1 – 1 of 1) sorted by relevance
194 int currentStartAddress = tryBlock.startCodeAddress; in getBoundingRanges() local197 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() local256 } else if (endAddress > currentStartAddress && endAddress < currentEndAddress) { in getBoundingRanges()264 } else if (endAddress <= currentStartAddress) { in getBoundingRanges()