Searched refs:toSwapEntry (Results 1 – 1 of 1) sorted by relevance
275 Pair<Long, Pinnable<E>> toSwapEntry = null; in swapLeast() local283 toSwapEntry = Pair.create(swapKey, mUnpinnedElements.remove(swapKey)); in swapLeast()290 toSwapEntry = Pair.create(swapEntry.getKey(), swapEntry.getValue()); in swapLeast()294 if (toSwapEntry == null) { in swapLeast()299 toSwap = toSwapEntry.second; in swapLeast()304 mElements.remove(toSwapEntry.first); in swapLeast()