Searched refs:storeIndex (Results 1 – 2 of 2) sorted by relevance
747 int storeIndex = left; in partition() local750 ObjectArrays.swap(values, storeIndex, i); in partition()751 storeIndex++; in partition()754 ObjectArrays.swap(values, right, storeIndex); in partition()755 return storeIndex; in partition()
156 SlotIndex storeIndex = in trivialSpillEverywhere() local159 SlotIndex beginIndex = storeIndex.getPrevIndex(); in trivialSpillEverywhere()162 newLI->addRange(LiveRange(beginIndex, storeIndex, storeVNI)); in trivialSpillEverywhere()