Home
last modified time | relevance | path

Searched defs:worker_id (Results 1 – 25 of 887) sorted by relevance

12345678910>>...36

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahRootProcessor.inline.hpp50 inline void ShenandoahVMRoot<CONCURRENT>::oops_do(Closure* cl, uint worker_id) { in oops_do()
67 …current */>::weak_oops_do(IsAliveClosure* is_alive, KeepAliveClosure* keep_alive, uint worker_id) { in weak_oops_do()
82 void ShenandoahWeakRoots<CONCURRENT>::oops_do(Closure* cl, uint worker_id) { in oops_do()
105 void ShenandoahWeakRoots<false /* concurrent */>::oops_do(Closure* cl, uint worker_id) { in oops_do()
118 void ShenandoahVMRoots<CONCURRENT>::oops_do(T* cl, uint worker_id) { in oops_do()
144 …derDataRoots<CONCURRENT, SINGLE_THREADED>::always_strong_cld_do(CLDClosure* clds, uint worker_id) { in always_strong_cld_do()
157 …andoahClassLoaderDataRoots<CONCURRENT, SINGLE_THREADED>::cld_do(CLDClosure* clds, uint worker_id) { in cld_do()
175 void ShenandoahCodeCacheRoots<ITR>::code_blobs_do(CodeBlobClosure* blob_cl, uint worker_id) { in code_blobs_do()
214 void ShenandoahRootScanner<ITR>::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
221 void ShenandoahRootScanner<ITR>::strong_roots_do(uint worker_id, OopClosure* oops) { in strong_roots_do()
[all …]
H A DshenandoahRootProcessor.cpp49 void ShenandoahSerialRoot::oops_do(OopClosure* cl, uint worker_id) { in oops_do()
69 void ShenandoahSerialRoots::oops_do(OopClosure* cl, uint worker_id) { in oops_do()
82 …WeakSerialRoot::weak_oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive, uint worker_id) { in weak_oops_do()
101 …erialWeakRoots::weak_oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive, uint worker_id) { in weak_oops_do()
106 void ShenandoahSerialWeakRoots::weak_oops_do(OopClosure* cl, uint worker_id) { in weak_oops_do()
116 void ShenandoahThreadRoots::oops_do(OopClosure* oops_cl, CodeBlobClosure* code_cl, uint worker_id) { in oops_do()
122 void ShenandoahThreadRoots::threads_do(ThreadClosure* tc, uint worker_id) { in threads_do()
144 …oahStringDedupRoots::oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive, uint worker_id) { in oops_do()
174 void ShenandoahRootEvacuator::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
231 void ShenandoahRootAdjuster::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahRootProcessor.cpp50 void ShenandoahSerialRoot::oops_do(OopClosure* cl, uint worker_id) { in oops_do()
64 void ShenandoahSerialRoots::oops_do(OopClosure* cl, uint worker_id) { in oops_do()
100 void ShenandoahSerialWeakRoots::weak_oops_do(OopClosure* cl, uint worker_id) { in weak_oops_do()
110 void ShenandoahThreadRoots::oops_do(OopClosure* oops_cl, CodeBlobClosure* code_cl, uint worker_id) { in oops_do()
116 void ShenandoahThreadRoots::threads_do(ThreadClosure* tc, uint worker_id) { in threads_do()
138 …oahStringDedupRoots::oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive, uint worker_id) { in oops_do()
183 void ShenandoahCodeCacheRoots::code_blobs_do(CodeBlobClosure* blob_cl, uint worker_id) { in code_blobs_do()
210 void ShenandoahRootScanner::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
216 void ShenandoahRootScanner::strong_roots_do(uint worker_id, OopClosure* oops) { in strong_roots_do()
269 void ShenandoahRootEvacuator::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
[all …]
H A DshenandoahRootProcessor.inline.hpp51 inline void ShenandoahVMRoot<CONCURRENT>::oops_do(Closure* cl, uint worker_id) { in oops_do()
68 …current */>::weak_oops_do(IsAliveClosure* is_alive, KeepAliveClosure* keep_alive, uint worker_id) { in weak_oops_do()
91 void ShenandoahWeakRoots<CONCURRENT>::oops_do(Closure* cl, uint worker_id) { in oops_do()
106 …ncurrent*/>::weak_oops_do(IsAliveClosure* is_alive, KeepAliveClosure* keep_alive, uint worker_id) { in weak_oops_do()
114 void ShenandoahWeakRoots<false /* concurrent */>::oops_do(Closure* cl, uint worker_id) { in oops_do()
127 void ShenandoahVMRoots<CONCURRENT>::oops_do(T* cl, uint worker_id) { in oops_do()
153 …derDataRoots<CONCURRENT, SINGLE_THREADED>::always_strong_cld_do(CLDClosure* clds, uint worker_id) { in always_strong_cld_do()
166 …andoahClassLoaderDataRoots<CONCURRENT, SINGLE_THREADED>::cld_do(CLDClosure* clds, uint worker_id) { in cld_do()
225 void ShenandoahConcurrentRootScanner<CONCURRENT>::oops_do(OopClosure* oops, uint worker_id) { in oops_do()
243 void ShenandoahRootUpdater::roots_do(uint worker_id, IsAlive* is_alive, KeepAlive* keep_alive) { in roots_do()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahRootProcessor.inline.hpp37 void ShenandoahWeakRoots::oops_do(IsAlive* is_alive, KeepAlive* keep_alive, uint worker_id) { in oops_do()
55 …doahClassLoaderDataRoots<SINGLE_THREADED>::always_strong_cld_do(CLDClosure* clds, uint worker_id) { in always_strong_cld_do()
68 void ShenandoahClassLoaderDataRoots<SINGLE_THREADED>::cld_do(CLDClosure* clds, uint worker_id) { in cld_do()
86 void ShenandoahCodeCacheRoots<ITR>::code_blobs_do(CodeBlobClosure* blob_cl, uint worker_id) { in code_blobs_do()
125 void ShenandoahRootScanner<ITR>::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
132 void ShenandoahRootScanner<ITR>::strong_roots_do(uint worker_id, OopClosure* oops) { in strong_roots_do()
139 void ShenandoahRootScanner<ITR>::roots_do(uint worker_id, OopClosure* oops, CLDClosure* clds, CodeB… in roots_do()
162 void ShenandoahRootScanner<ITR>::strong_roots_do(uint worker_id, OopClosure* oops, CLDClosure* clds… in strong_roots_do()
179 void ShenandoahRootUpdater::roots_do(uint worker_id, IsAlive* is_alive, KeepAlive* keep_alive) { in roots_do()
H A DshenandoahRootProcessor.cpp49 void ShenandoahSerialRoot::oops_do(OopClosure* cl, uint worker_id) { in oops_do()
64 void ShenandoahSerialRoots::oops_do(OopClosure* cl, uint worker_id) { in oops_do()
81 void ShenandoahThreadRoots::oops_do(OopClosure* oops_cl, CodeBlobClosure* code_cl, uint worker_id) { in oops_do()
87 void ShenandoahThreadRoots::threads_do(ThreadClosure* tc, uint worker_id) { in threads_do()
118 …oahStringDedupRoots::oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive, uint worker_id) { in oops_do()
142 void ShenandoahRootEvacuator::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
185 void ShenandoahRootAdjuster::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahRootProcessor.inline.hpp37 void ShenandoahWeakRoots::oops_do(IsAlive* is_alive, KeepAlive* keep_alive, uint worker_id) { in oops_do()
55 …doahClassLoaderDataRoots<SINGLE_THREADED>::always_strong_cld_do(CLDClosure* clds, uint worker_id) { in always_strong_cld_do()
68 void ShenandoahClassLoaderDataRoots<SINGLE_THREADED>::cld_do(CLDClosure* clds, uint worker_id) { in cld_do()
86 void ShenandoahCodeCacheRoots<ITR>::code_blobs_do(CodeBlobClosure* blob_cl, uint worker_id) { in code_blobs_do()
125 void ShenandoahRootScanner<ITR>::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
132 void ShenandoahRootScanner<ITR>::strong_roots_do(uint worker_id, OopClosure* oops) { in strong_roots_do()
139 void ShenandoahRootScanner<ITR>::roots_do(uint worker_id, OopClosure* oops, CLDClosure* clds, CodeB… in roots_do()
162 void ShenandoahRootScanner<ITR>::strong_roots_do(uint worker_id, OopClosure* oops, CLDClosure* clds… in strong_roots_do()
179 void ShenandoahRootUpdater::roots_do(uint worker_id, IsAlive* is_alive, KeepAlive* keep_alive) { in roots_do()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahRootProcessor.inline.hpp48 void ShenandoahVMWeakRoots<CONCURRENT>::oops_do(T* cl, uint worker_id) { in oops_do()
55 …ahVMWeakRoots<CONCURRENT>::weak_oops_do(IsAlive* is_alive, KeepAlive* keep_alive, uint worker_id) { in weak_oops_do()
73 void ShenandoahVMRoots<CONCURRENT>::oops_do(T* cl, uint worker_id) { in oops_do()
102 …derDataRoots<CONCURRENT, SINGLE_THREADED>::cld_do_impl(CldDo f, CLDClosure* clds, uint worker_id) { in cld_do_impl()
121 …derDataRoots<CONCURRENT, SINGLE_THREADED>::always_strong_cld_do(CLDClosure* clds, uint worker_id) { in always_strong_cld_do()
126 …andoahClassLoaderDataRoots<CONCURRENT, SINGLE_THREADED>::cld_do(CLDClosure* clds, uint worker_id) { in cld_do()
157 void ShenandoahSTWRootScanner::roots_do(T* oops, uint worker_id) { in roots_do()
175 void ShenandoahRootUpdater::roots_do(uint worker_id, IsAlive* is_alive, KeepAlive* keep_alive) { in roots_do()
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/
H A Dqueue_message.py33 def __init__(self, worker_id, message): argument
40 def __init__(self, worker_id, message): argument
46 def __init__(self, worker_id, message): argument
52 def __init__(self, worker_id, level, message): argument
59 def __init__(self, worker_id, message=None): argument
65 def __init__(self, worker_id): argument
/dports/sysutils/bareos-client/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/
H A Dqueue_message.py33 def __init__(self, worker_id, message): argument
40 def __init__(self, worker_id, message): argument
46 def __init__(self, worker_id, message): argument
52 def __init__(self, worker_id, level, message): argument
59 def __init__(self, worker_id, message=None): argument
65 def __init__(self, worker_id): argument
/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/
H A Dqueue_message.py33 def __init__(self, worker_id, message): argument
40 def __init__(self, worker_id, message): argument
46 def __init__(self, worker_id, message): argument
52 def __init__(self, worker_id, level, message): argument
59 def __init__(self, worker_id, message=None): argument
65 def __init__(self, worker_id): argument
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/plugins/filed/python/libcloud/bareos_libcloud_api/
H A Dqueue_message.py33 def __init__(self, worker_id, message): argument
40 def __init__(self, worker_id, message): argument
46 def __init__(self, worker_id, message): argument
52 def __init__(self, worker_id, level, message): argument
59 def __init__(self, worker_id, message=None): argument
65 def __init__(self, worker_id): argument
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahRootProcessor.inline.hpp48 void ShenandoahVMWeakRoots<CONCURRENT>::oops_do(T* cl, uint worker_id) { in oops_do()
55 …ahVMWeakRoots<CONCURRENT>::weak_oops_do(IsAlive* is_alive, KeepAlive* keep_alive, uint worker_id) { in weak_oops_do()
73 void ShenandoahVMRoots<CONCURRENT>::oops_do(T* cl, uint worker_id) { in oops_do()
102 …derDataRoots<CONCURRENT, SINGLE_THREADED>::cld_do_impl(CldDo f, CLDClosure* clds, uint worker_id) { in cld_do_impl()
121 …derDataRoots<CONCURRENT, SINGLE_THREADED>::always_strong_cld_do(CLDClosure* clds, uint worker_id) { in always_strong_cld_do()
126 …andoahClassLoaderDataRoots<CONCURRENT, SINGLE_THREADED>::cld_do(CLDClosure* clds, uint worker_id) { in cld_do()
176 void ShenandoahConcurrentRootScanner<CONCURRENT>::oops_do(OopClosure* oops, uint worker_id) { in oops_do()
192 void ShenandoahRootUpdater::roots_do(uint worker_id, IsAlive* is_alive, KeepAlive* keep_alive) { in roots_do()
H A DshenandoahRootProcessor.cpp45 void ShenandoahThreadRoots::oops_do(OopClosure* oops_cl, CodeBlobClosure* code_cl, uint worker_id) { in oops_do()
51 void ShenandoahThreadRoots::threads_do(ThreadClosure* tc, uint worker_id) { in threads_do()
73 …oahStringDedupRoots::oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive, uint worker_id) { in oops_do()
99 …entStringDedupRoots::oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive, uint worker_id) { in oops_do()
121 void ShenandoahCodeCacheRoots::code_blobs_do(CodeBlobClosure* blob_cl, uint worker_id) { in code_blobs_do()
147 void ShenandoahRootScanner::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
152 void ShenandoahRootScanner::roots_do(uint worker_id, OopClosure* oops, CodeBlobClosure* code, Threa… in roots_do()
171 void ShenandoahRootEvacuator::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
199 void ShenandoahRootAdjuster::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/
H A DshenandoahRootProcessor.cpp50 void ShenandoahSerialRoot::oops_do(OopClosure* cl, uint worker_id) { in oops_do()
66 void ShenandoahSerialRoots::oops_do(OopClosure* cl, uint worker_id) { in oops_do()
82 void ShenandoahThreadRoots::oops_do(OopClosure* oops_cl, CodeBlobClosure* code_cl, uint worker_id) { in oops_do()
89 void ShenandoahThreadRoots::threads_do(ThreadClosure* tc, uint worker_id) { in threads_do()
123 …oahStringDedupRoots::oops_do(BoolObjectClosure* is_alive, OopClosure* keep_alive, uint worker_id) { in oops_do()
133 …doahClassLoaderDataRoots::clds_do(CLDClosure* strong_clds, CLDClosure* weak_clds, uint worker_id) { in clds_do()
157 void ShenandoahRootEvacuator::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
189 void ShenandoahRootAdjuster::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
H A DshenandoahRootProcessor.inline.hpp34 void ShenandoahWeakRoots::oops_do(IsAlive* is_alive, KeepAlive* keep_alive, uint worker_id) { in oops_do()
44 void ShenandoahCodeCacheRoots<ITR>::code_blobs_do(CodeBlobClosure* blob_cl, uint worker_id) { in code_blobs_do()
79 void ShenandoahRootScanner<ITR>::roots_do(uint worker_id, OopClosure* oops) { in roots_do()
86 void ShenandoahRootScanner<ITR>::strong_roots_do(uint worker_id, OopClosure* oops) { in strong_roots_do()
93 void ShenandoahRootScanner<ITR>::roots_do(uint worker_id, OopClosure* oops, CLDClosure* clds, CodeB… in roots_do()
129 void ShenandoahRootScanner<ITR>::strong_roots_do(uint worker_id, OopClosure* oops, CLDClosure* clds… in strong_roots_do()
141 void ShenandoahRootUpdater::roots_do(uint worker_id, IsAlive* is_alive, KeepAlive* keep_alive) { in roots_do()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1FromCardCache.hpp46 static void check_bounds(uint worker_id, uint region_idx) { in check_bounds()
62 static bool contains_or_replace(uint worker_id, uint region_idx, uintptr_t card) { in contains_or_replace()
72 static uintptr_t at(uint worker_id, uint region_idx) { in at()
77 static void set(uint worker_id, uint region_idx, uintptr_t val) { in set()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1FromCardCache.hpp46 static void check_bounds(uint worker_id, uint region_idx) { in check_bounds()
62 static bool contains_or_replace(uint worker_id, uint region_idx, uintptr_t card) { in contains_or_replace()
72 static uintptr_t at(uint worker_id, uint region_idx) { in at()
77 static void set(uint worker_id, uint region_idx, uintptr_t val) { in set()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1FromCardCache.hpp46 static void check_bounds(uint worker_id, uint region_idx) { in check_bounds()
62 static bool contains_or_replace(uint worker_id, uint region_idx, uintptr_t card) { in contains_or_replace()
72 static uintptr_t at(uint worker_id, uint region_idx) { in at()
77 static void set(uint worker_id, uint region_idx, uintptr_t val) { in set()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/g1/
H A Dg1FromCardCache.hpp46 static void check_bounds(uint worker_id, uint region_idx) { in check_bounds()
69 static bool contains_or_replace(uint worker_id, uint region_idx, uintptr_t card) { in contains_or_replace()
79 static uintptr_t at(uint worker_id, uint region_idx) { in at()
84 static void set(uint worker_id, uint region_idx, uintptr_t val) { in set()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/g1/
H A Dg1FromCardCache.hpp46 static void check_bounds(uint worker_id, uint region_idx) { in check_bounds()
69 static bool contains_or_replace(uint worker_id, uint region_idx, uintptr_t card) { in contains_or_replace()
79 static uintptr_t at(uint worker_id, uint region_idx) { in at()
84 static void set(uint worker_id, uint region_idx, uintptr_t val) { in set()
H A Dg1YoungGCPostEvacuateTasks.cpp54 void G1PostEvacuateCollectionSetCleanupTask1::MergePssTask::do_work(uint worker_id) { in do_work()
63 void G1PostEvacuateCollectionSetCleanupTask1::RecalculateUsedTask::do_work(uint worker_id) { in do_work()
86 void G1PostEvacuateCollectionSetCleanupTask1::RemoveSelfForwardPtrsTask::do_work(uint worker_id) { in do_work()
193 void G1PostEvacuateCollectionSetCleanupTask2::ResetHotCardCacheTask::do_work(uint worker_id) { in do_work()
197 void G1PostEvacuateCollectionSetCleanupTask2::PurgeCodeRootsTask::do_work(uint worker_id) { in do_work()
202 void G1PostEvacuateCollectionSetCleanupTask2::UpdateDerivedPointersTask::do_work(uint worker_id) { in do_work()
277 void do_card_ptr(CardValue* card_ptr, uint worker_id) { in do_card_ptr()
306 void G1PostEvacuateCollectionSetCleanupTask2::RedirtyLoggedCardsTask::do_work(uint worker_id) { in do_work()
400 JFREventForRegion(HeapRegion* region, uint worker_id) : _event() { in JFREventForRegion()
474 uint worker_id, in FreeCSetClosure()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1FromCardCache.hpp46 static void check_bounds(uint worker_id, uint region_idx) { in check_bounds()
62 static bool contains_or_replace(uint worker_id, uint region_idx, uintptr_t card) { in contains_or_replace()
72 static uintptr_t at(uint worker_id, uint region_idx) { in at()
77 static void set(uint worker_id, uint region_idx, uintptr_t val) { in set()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/g1/
H A Dg1FromCardCache.hpp46 static void check_bounds(uint worker_id, uint region_idx) { in check_bounds()
62 static bool contains_or_replace(uint worker_id, uint region_idx, uintptr_t card) { in contains_or_replace()
72 static uintptr_t at(uint worker_id, uint region_idx) { in at()
77 static void set(uint worker_id, uint region_idx, uintptr_t val) { in set()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/g1/
H A Dg1FromCardCache.hpp46 static void check_bounds(uint worker_id, uint region_idx) { in check_bounds()
62 static bool contains_or_replace(uint worker_id, uint region_idx, uintptr_t card) { in contains_or_replace()
72 static uintptr_t at(uint worker_id, uint region_idx) { in at()
77 static void set(uint worker_id, uint region_idx, uintptr_t val) { in set()

12345678910>>...36