Searched refs:nextToMerge (Results 1 – 1 of 1) sorted by relevance
262 FileUseMapEntry<?> nextToMerge = null; in coalesce() local268 nextToMerge = map.ceiling(FileUseMapEntry.makeFree(end, end + 1)); in coalesce()269 Verify.verifyNotNull(nextToMerge); in coalesce()270 if (!nextToMerge.isFree()) { in coalesce()271 nextToMerge = null; in coalesce()275 if (prevToMerge == null && nextToMerge == null) { in coalesce()286 if (nextToMerge != null) { in coalesce()287 newEnd = nextToMerge.getEnd(); in coalesce()288 internalRemove(nextToMerge); in coalesce()