Searched refs:target_count (Results 1 - 2 of 2) sorted by relevance
| /openjdk7/hotspot/src/share/vm/gc_implementation/g1/ |
| H A D | heapRegionSet.cpp | 354 void HeapRegionLinkedList::remove_all_pending(uint target_count) { argument 356 assert(target_count > 1, hrs_ext_msg(this, "pre-condition")); 370 assert(count < target_count, 372 "pending for removal than target_count: %u", 373 name(), target_count)); 399 DEBUG_ONLY(if (count == target_count) break;) 406 assert(count == target_count, 407 hrs_err_msg("[%s] count: %u should be == target_count: %u", 408 name(), count, target_count)); 409 assert(length() + target_count [all...] |
| H A D | heapRegionSet.hpp | 338 // must not be empty, target_count should reflect the exact number 340 // target_count should be > 1 (currently, we never need to remove a 342 void remove_all_pending(uint target_count);
|
Completed in 45 milliseconds