Searched refs:claim_value (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp2742 jint claim_value) {
2763 if (r->claim_value() == claim_value || r->continuesHumongous()) {
2767 if (r->claimHeapRegion(claim_value)) {
2784 if (chr->claim_value() == claim_value ||
2791 assert(chr->claim_value() != claim_value, "sanity");
2794 if (chr->claimHeapRegion(claim_value)) {
2851 CheckClaimValuesClosure(jint claim_value) argument
2739 heap_region_par_iterate_chunked(HeapRegionClosure* cl, uint worker_id, uint no_of_par_workers, jint claim_value) argument
2880 check_heap_region_claim_values(jint claim_value) argument
2892 CheckClaimValuesInCSetHRClosure(jint claim_value) argument
2911 check_cset_heap_region_claim_values(jint claim_value) argument
[all...]
H A Dg1CollectedHeap.hpp1412 // calls will use the same "claim_value", and that that claim value is
1413 // different from the claim_value of any heap region before the start of
1423 jint claim_value);
1433 bool check_heap_region_claim_values(jint claim_value);
1437 bool check_cset_heap_region_claim_values(jint claim_value);
H A DheapRegion.hpp730 jint claim_value() { return _claimed; } function in class:HeapRegion

Completed in 223 milliseconds