Searched refs:endLocation (Results 1 – 1 of 1) sorted by relevance
265 int endLocation = tryItem.startAddr + tryItem.insnCount - 1; in readTryBlocks() local266 mTryBlock.endInsn = insnLocationMap.get(endLocation); in readTryBlocks()267 while ((mTryBlock.endInsn == null) && (endLocation >= startLocation)) { in readTryBlocks()268 endLocation--; in readTryBlocks()269 mTryBlock.endInsn = insnLocationMap.get(endLocation); in readTryBlocks()281 endLocation)); in readTryBlocks()