Searched refs:endIndices (Results 1 – 2 of 2) sorted by relevance
471 private int[] endIndices; field in LocalList.MakeState483 endIndices = null; in MakeState()495 boolean first = (endIndices == null); in aboutToProcess()505 if (first || (reg >= endIndices.length)) { in aboutToProcess()519 System.arraycopy(endIndices, 0, newEnds, 0, in aboutToProcess()520 endIndices.length); in aboutToProcess()524 endIndices = newEnds; in aboutToProcess()598 int endAt = endIndices[regNum]; in startLocal()629 endIndices[regNum] = -1; in startLocal()718 int endAt = endIndices[regNum]; in endLocal()[all …]
470 private int[] endIndices; field in LocalList.MakeState482 endIndices = null; in MakeState()494 boolean first = (endIndices == null); in aboutToProcess()504 if (first || (reg >= endIndices.length)) { in aboutToProcess()518 System.arraycopy(endIndices, 0, newEnds, 0, in aboutToProcess()519 endIndices.length); in aboutToProcess()523 endIndices = newEnds; in aboutToProcess()597 int endAt = endIndices[regNum]; in startLocal()628 endIndices[regNum] = -1; in startLocal()717 int endAt = endIndices[regNum]; in endLocal()[all …]