Searched refs:_work_items (Results 1 – 4 of 4) sorted by relevance
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectedHeap.cpp | 4306 WorkItem* _work_items; member in G1FreeCollectionSetTask 4334 WorkItem* _work_items; member in G1FreeCollectionSetTask::G1PrepareFreeCollectionSetClosure 4336 …ionSetClosure(WorkItem* work_items) : HeapRegionClosure(), _cur_idx(0), _work_items(work_items) { } in G1PrepareFreeCollectionSetClosure() 4339 _work_items[_cur_idx++] = WorkItem(r); in do_heap_region() 4345 G1PrepareFreeCollectionSetClosure cl(_work_items); in prepare_work() 4366 _work_items(NEW_C_HEAP_ARRAY(WorkItem, _num_work_items, mtGC)) { in G1FreeCollectionSetTask() 4372 FREE_C_HEAP_ARRAY(WorkItem, _work_items); in ~G1FreeCollectionSetTask() 4411 bool is_young = _work_items[cur].is_young; in work() 4413 …do_parallel_work_for_region(_work_items[cur].region_idx, is_young, _work_items[cur].evacuation_fai… in work()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectedHeap.cpp | 4087 WorkItem* _work_items; member in G1FreeCollectionSetTask 4115 WorkItem* _work_items; member in G1FreeCollectionSetTask::G1PrepareFreeCollectionSetClosure 4117 …ionSetClosure(WorkItem* work_items) : HeapRegionClosure(), _cur_idx(0), _work_items(work_items) { } in G1PrepareFreeCollectionSetClosure() 4120 _work_items[_cur_idx++] = WorkItem(r); in do_heap_region() 4126 G1PrepareFreeCollectionSetClosure cl(_work_items); in prepare_work() 4147 _work_items(NEW_C_HEAP_ARRAY(WorkItem, _num_work_items, mtGC)) { in G1FreeCollectionSetTask() 4153 FREE_C_HEAP_ARRAY(WorkItem, _work_items); in ~G1FreeCollectionSetTask() 4193 bool is_young = _work_items[cur].is_young; in work() 4195 …do_parallel_work_for_region(_work_items[cur].region_idx, is_young, _work_items[cur].evacuation_fai… in work()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/ |
H A D | g1CollectedHeap.cpp | 4306 WorkItem* _work_items; member in G1FreeCollectionSetTask 4334 WorkItem* _work_items; member in G1FreeCollectionSetTask::G1PrepareFreeCollectionSetClosure 4336 …ionSetClosure(WorkItem* work_items) : HeapRegionClosure(), _cur_idx(0), _work_items(work_items) { } in G1PrepareFreeCollectionSetClosure() 4339 _work_items[_cur_idx++] = WorkItem(r); in do_heap_region() 4345 G1PrepareFreeCollectionSetClosure cl(_work_items); in prepare_work() 4366 _work_items(NEW_C_HEAP_ARRAY(WorkItem, _num_work_items, mtGC)) { in G1FreeCollectionSetTask() 4372 FREE_C_HEAP_ARRAY(WorkItem, _work_items); in ~G1FreeCollectionSetTask() 4411 bool is_young = _work_items[cur].is_young; in work() 4413 …do_parallel_work_for_region(_work_items[cur].region_idx, is_young, _work_items[cur].evacuation_fai… in work()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/ |
H A D | g1CollectedHeap.cpp | 4163 WorkItem* _work_items; member in G1FreeCollectionSetTask 4191 WorkItem* _work_items; member in G1FreeCollectionSetTask::G1PrepareFreeCollectionSetClosure 4193 …ionSetClosure(WorkItem* work_items) : HeapRegionClosure(), _cur_idx(0), _work_items(work_items) { } in G1PrepareFreeCollectionSetClosure() 4196 _work_items[_cur_idx++] = WorkItem(r); in do_heap_region() 4202 G1PrepareFreeCollectionSetClosure cl(_work_items); in prepare_work() 4223 _work_items(NEW_C_HEAP_ARRAY(WorkItem, _num_work_items, mtGC)) { in G1FreeCollectionSetTask() 4229 FREE_C_HEAP_ARRAY(WorkItem, _work_items); in ~G1FreeCollectionSetTask() 4269 bool is_young = _work_items[cur].is_young; in work() 4271 …do_parallel_work_for_region(_work_items[cur].region_idx, is_young, _work_items[cur].evacuation_fai… in work()
|