Searched defs:delete_entry (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DsparsePRT.cpp233 bool RSHashTable::delete_entry(RegionIdx_t region_ind) { function in class:RSHashTable
501 bool SparsePRT::delete_entry(RegionIdx_t region_id) { function in class:SparsePRT
502 return _next->delete_entry(region_id);

Completed in 70 milliseconds