Searched refs:claimed (Results 1 - 6 of 6) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.inline.hpp43 assert(region_ptr->claimed(), "must be claimed");
H A DpsParallelCompact.hpp273 // region is empty. The region can be claimed and then filled.
279 // decremented (atomically) and when it reaches 0, it can be claimed and
282 // A region is claimed for processing by atomically changing the
283 // destination_count to the claimed value (dc_claimed). After a region has
301 // Whether this region is available to be claimed, has been claimed, or has
304 // Minor subtlety: claimed() returns true if the region is marked
305 // completed(), which is desirable since a region must be claimed before it
308 bool claimed() const { return _dc_and_los >= dc_claimed; } function in class:ParallelCompactData::RegionData
343 static const region_sz_t dc_claimed; // Region has been claimed
[all...]
H A DpsParallelCompact.cpp716 // available and can be claimed and then filled.
2623 dense_prefix_cp->claimed(),
/openjdk7/hotspot/src/share/vm/utilities/
H A Dworkgroup.cpp460 assert(_claimed < _n_tasks, "Too many tasks claimed; missing clear?");
572 tty->print("claim_par_id[%d]: sz = %d, claimed = %d\n", tslf, _sz, _claimed);
579 tty->print("claim_par_id waiting[%d]: %d waiters, %d claimed.\n",
594 _ids[res] = claimed; // For debugging.
597 tty->print("claim_par_id[%d]: returning %d, claimed = %d.\n",
616 _ids[cur] = claimed;
630 assert(_ids[id] == claimed, "Precondition.");
635 tty->print("[%d] release_par_id(%d), waiters =%d, claimed = %d.\n",
H A Dworkgroup.hpp424 // processed, none of the which are originally claimed. The number of
437 // claimed. The task "t" is required to be within the range of "this".
460 uint _n_claimed; // Number of tasks claimed.
487 // Set the number of tasks to be claimed to t. As above,
494 // and ensures that it is claimed. Will set t to be the index
495 // of the claimed task in the sequence. Will return true if
496 // the task cannot be claimed and there are none left to claim.
511 claimed = -2 enumerator in enum:FreeIdSet::__anon494
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp331 // all have been claimed.
336 // have been claimed.
399 // last claimed region
516 // were no more regions to be claimed. The problem with this was
966 // indicates whether the task has been claimed---this is only for
1082 // it updates the local fields after this task has claimed
1114 // it clears all the fields that correspond to a claimed region.
1153 bool claimed() { return _claimed; } function in class:CMTask

Completed in 51 milliseconds