Searched refs:lastEnd (Results 1 – 3 of 3) sorted by relevance
378 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate() local381 if (lastEnd <= cursor) { in annotate()384 startAt = lastEnd; in annotate()
385 int lastEnd = (asz == 0) ? 0 : annotations.get(asz - 1).getEnd(); in annotate() local388 if (lastEnd <= cursor) { in annotate()391 startAt = lastEnd; in annotate()
1754 u4 lastEnd = 0; in swapTriesAndCatches() local1765 if (tries->startAddr < lastEnd) { in swapTriesAndCatches()1786 lastEnd = tries->startAddr + tries->insnCount; in swapTriesAndCatches()1788 if (lastEnd > code->insnsSize) { in swapTriesAndCatches()1790 tries->insnCount, lastEnd); in swapTriesAndCatches()