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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.cpp39 _worker_id(worker_id),
62 if (_worker_id < cg1r()->worker_thread_num()) {
64 _threshold = MIN2<int>(cg1r()->thread_threshold_step() * (_worker_id + 1) + cg1r()->green_zone(),
130 return _worker_id > 0 ? _active : dcqs.process_completed_buffers();
135 if (_worker_id > 0) {
139 _worker_id, _threshold, (int)dcqs.completed_buffers_num());
151 if (_worker_id > 0) {
155 _worker_id, _deactivation_threshold, (int)dcqs.completed_buffers_num());
168 if (_worker_id >= cg1r()->worker_thread_num()) {
195 if (_worker_id >
[all...]
H A Dg1EvacFailure.hpp73 uint _worker_id; member in class:RemoveSelfForwardPtrObjClosure
86 _worker_id(worker_id) { }
130 _cm->grayRoot(obj, obj_size, _worker_id, _hr);
162 uint _worker_id; member in class:RemoveSelfForwardPtrHRClosure
169 _worker_id(worker_id), _cm(_g1h->concurrent_mark()) { }
183 _worker_id);
H A DconcurrentG1RefineThread.hpp41 int _worker_id; member in class:ConcurrentG1RefineThread
H A Dg1OopClosures.hpp54 uint _worker_id; member in class:G1ParClosureSuper
227 uint _worker_id; member in class:G1RootRegionScanClosure
231 _g1h(g1h), _cm(cm), _worker_id(worker_id) { }
H A Dg1OopClosures.inline.hpp128 _cm->grayRoot(obj, obj->size(), _worker_id, hr);
H A Dg1CollectedHeap.cpp4602 _worker_id(par_scan_state->queue_num()),
4615 _cm->grayRoot(obj, (size_t) obj->size(), _worker_id);
4639 _cm->grayRoot(to_obj, (size_t) from_obj->size(), _worker_id);
4740 assert(_worker_id == _par_scan_state->queue_num(), "sanity");
4760 _par_scan_state->update_rs(_from, p, _worker_id);
4772 _par_scan_state->update_rs(_from, p, _worker_id);

Completed in 54 milliseconds