Home | History | Annotate | Download | only in cache

Lines Matching defs:reclaimValue

811     map.reclaimValue(entry.getValueReference());
1697 assertFalse(segment.reclaimValue(key, hash, valueRef));
1703 assertTrue(segment.reclaimValue(key, hash, valueRef));
1717 assertFalse(segment.reclaimValue(key, hash, valueRef));
1719 assertTrue(segment.reclaimValue(key, hash, otherValueRef));