Home
last modified time | relevance | path

Searched refs:mark_and_push_closure (Results 1 – 25 of 60) sorted by relevance

123

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpcTasks.cpp60 ParCompactionManager::MarkAndPushClosure mark_and_push_closure(cm); in do_it() local
63 _thread->oops_do(&mark_and_push_closure, &mark_and_push_in_blobs); in do_it()
75 ParCompactionManager::MarkAndPushClosure mark_and_push_closure(cm); in do_it() local
79 Universe::oops_do(&mark_and_push_closure); in do_it()
83 JNIHandles::oops_do(&mark_and_push_closure); in do_it()
95 ObjectSynchronizer::oops_do(&mark_and_push_closure); in do_it()
99 Management::oops_do(&mark_and_push_closure); in do_it()
103 JvmtiExport::oops_do(&mark_and_push_closure); in do_it()
107 SystemDictionary::oops_do(&mark_and_push_closure); in do_it()
117 AOTLoader::oops_do(&mark_and_push_closure); in do_it()
[all …]
H A DpsMarkSweep.cpp518 Universe::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
519 JNIHandles::oops_do(mark_and_push_closure()); // Global (strong) JNI handles in mark_sweep_phase1()
520 …MarkingCodeBlobClosure each_active_code_blob(mark_and_push_closure(), !CodeBlobToOopClosure::FixRe… in mark_sweep_phase1()
521 Threads::oops_do(mark_and_push_closure(), &each_active_code_blob); in mark_sweep_phase1()
522 ObjectSynchronizer::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
523 Management::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
524 JvmtiExport::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
525 SystemDictionary::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
529 AOTLoader::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
543 is_alive_closure(), mark_and_push_closure(), follow_stack_closure(), NULL, &pt); in mark_sweep_phase1()
H A DpsMarkSweep.hpp46 static OopClosure* mark_and_push_closure() { return &MarkSweep::mark_and_push_closure; } in mark_and_push_closure() function in PSMarkSweep
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/parallel/
H A DpcTasks.cpp60 ParCompactionManager::MarkAndPushClosure mark_and_push_closure(cm); in do_it() local
63 _thread->oops_do(&mark_and_push_closure, &mark_and_push_in_blobs); in do_it()
75 ParCompactionManager::MarkAndPushClosure mark_and_push_closure(cm); in do_it() local
79 Universe::oops_do(&mark_and_push_closure); in do_it()
83 JNIHandles::oops_do(&mark_and_push_closure); in do_it()
95 ObjectSynchronizer::oops_do(&mark_and_push_closure); in do_it()
99 Management::oops_do(&mark_and_push_closure); in do_it()
103 JvmtiExport::oops_do(&mark_and_push_closure); in do_it()
107 SystemDictionary::oops_do(&mark_and_push_closure); in do_it()
117 AOTLoader::oops_do(&mark_and_push_closure); in do_it()
[all …]
H A DpsMarkSweep.cpp518 Universe::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
519 JNIHandles::oops_do(mark_and_push_closure()); // Global (strong) JNI handles in mark_sweep_phase1()
520 …MarkingCodeBlobClosure each_active_code_blob(mark_and_push_closure(), !CodeBlobToOopClosure::FixRe… in mark_sweep_phase1()
521 Threads::oops_do(mark_and_push_closure(), &each_active_code_blob); in mark_sweep_phase1()
522 ObjectSynchronizer::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
523 Management::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
524 JvmtiExport::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
525 SystemDictionary::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
529 AOTLoader::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
543 is_alive_closure(), mark_and_push_closure(), follow_stack_closure(), NULL, &pt); in mark_sweep_phase1()
H A DpsMarkSweep.hpp46 static OopClosure* mark_and_push_closure() { return &MarkSweep::mark_and_push_closure; } in mark_and_push_closure() function in PSMarkSweep
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/parallel/
H A DpcTasks.cpp65 PCMarkAndPushClosure mark_and_push_closure(cm); in do_it() local
80 PCMarkAndPushClosure mark_and_push_closure(cm); in do_it() local
84 Universe::oops_do(&mark_and_push_closure); in do_it()
88 JNIHandles::oops_do(&mark_and_push_closure); in do_it()
100 ObjectSynchronizer::oops_do(&mark_and_push_closure); in do_it()
104 Management::oops_do(&mark_and_push_closure); in do_it()
108 JvmtiExport::oops_do(&mark_and_push_closure); in do_it()
112 SystemDictionary::oops_do(&mark_and_push_closure); in do_it()
124 AOTLoader::oops_do(&mark_and_push_closure); in do_it()
129 JVMCI::oops_do(&mark_and_push_closure); in do_it()
[all …]
H A DpsMarkSweep.cpp520 Universe::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
521 JNIHandles::oops_do(mark_and_push_closure()); // Global (strong) JNI handles in mark_sweep_phase1()
522 …MarkingCodeBlobClosure each_active_code_blob(mark_and_push_closure(), !CodeBlobToOopClosure::FixRe… in mark_sweep_phase1()
523 Threads::oops_do(mark_and_push_closure(), &each_active_code_blob); in mark_sweep_phase1()
524 ObjectSynchronizer::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
525 Management::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
526 JvmtiExport::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
527 SystemDictionary::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
531 AOT_ONLY(AOTLoader::oops_do(mark_and_push_closure());) in mark_sweep_phase1()
532 JVMCI_ONLY(JVMCI::oops_do(mark_and_push_closure());) in mark_sweep_phase1()
[all …]
H A DpsMarkSweep.hpp46 static OopClosure* mark_and_push_closure() { return &MarkSweep::mark_and_push_closure; } in mark_and_push_closure() function in PSMarkSweep
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/parallel/
H A DpcTasks.cpp62 PCMarkAndPushClosure mark_and_push_closure(cm); in do_it() local
77 PCMarkAndPushClosure mark_and_push_closure(cm); in do_it() local
81 Universe::oops_do(&mark_and_push_closure); in do_it()
85 JNIHandles::oops_do(&mark_and_push_closure); in do_it()
97 ObjectSynchronizer::oops_do(&mark_and_push_closure); in do_it()
101 Management::oops_do(&mark_and_push_closure); in do_it()
105 JvmtiExport::oops_do(&mark_and_push_closure); in do_it()
109 SystemDictionary::oops_do(&mark_and_push_closure); in do_it()
121 AOTLoader::oops_do(&mark_and_push_closure); in do_it()
143 PCMarkAndPushClosure mark_and_push_closure(cm); in do_it() local
[all …]
H A DpsMarkSweep.cpp518 Universe::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
519 JNIHandles::oops_do(mark_and_push_closure()); // Global (strong) JNI handles in mark_sweep_phase1()
520 …MarkingCodeBlobClosure each_active_code_blob(mark_and_push_closure(), !CodeBlobToOopClosure::FixRe… in mark_sweep_phase1()
521 Threads::oops_do(mark_and_push_closure(), &each_active_code_blob); in mark_sweep_phase1()
522 ObjectSynchronizer::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
523 Management::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
524 JvmtiExport::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
525 SystemDictionary::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
529 AOTLoader::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
543 is_alive_closure(), mark_and_push_closure(), follow_stack_closure(), NULL, &pt); in mark_sweep_phase1()
H A DpsMarkSweep.hpp46 static OopClosure* mark_and_push_closure() { return &MarkSweep::mark_and_push_closure; } in mark_and_push_closure() function in PSMarkSweep
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpcTasks.cpp60 PSParallelCompact::MarkAndPushClosure mark_and_push_closure(cm); in do_it() local
66 &mark_and_push_closure, in do_it()
72 &mark_and_push_closure, in do_it()
88 PSParallelCompact::MarkAndPushClosure mark_and_push_closure(cm); in do_it() local
93 Universe::oops_do(&mark_and_push_closure); in do_it()
97 JNIHandles::oops_do(&mark_and_push_closure); in do_it()
110 ObjectSynchronizer::oops_do(&mark_and_push_closure); in do_it()
114 FlatProfiler::oops_do(&mark_and_push_closure); in do_it()
118 Management::oops_do(&mark_and_push_closure); in do_it()
122 JvmtiExport::oops_do(&mark_and_push_closure); in do_it()
[all …]
H A DpsMarkSweep.cpp530 Universe::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
531 JNIHandles::oops_do(mark_and_push_closure()); // Global (strong) JNI handles in mark_sweep_phase1()
532 CLDToOopClosure mark_and_push_from_cld(mark_and_push_closure()); in mark_sweep_phase1()
533 …MarkingCodeBlobClosure each_active_code_blob(mark_and_push_closure(), !CodeBlobToOopClosure::FixRe… in mark_sweep_phase1()
534 Threads::oops_do(mark_and_push_closure(), &mark_and_push_from_cld, &each_active_code_blob); in mark_sweep_phase1()
535 ObjectSynchronizer::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
536 FlatProfiler::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
537 Management::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
538 JvmtiExport::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
539 SystemDictionary::always_strong_oops_do(mark_and_push_closure()); in mark_sweep_phase1()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpcTasks.cpp60 PSParallelCompact::MarkAndPushClosure mark_and_push_closure(cm); in do_it() local
66 &mark_and_push_closure, in do_it()
72 &mark_and_push_closure, in do_it()
88 PSParallelCompact::MarkAndPushClosure mark_and_push_closure(cm); in do_it() local
93 Universe::oops_do(&mark_and_push_closure); in do_it()
97 JNIHandles::oops_do(&mark_and_push_closure); in do_it()
110 ObjectSynchronizer::oops_do(&mark_and_push_closure); in do_it()
114 FlatProfiler::oops_do(&mark_and_push_closure); in do_it()
118 Management::oops_do(&mark_and_push_closure); in do_it()
122 JvmtiExport::oops_do(&mark_and_push_closure); in do_it()
[all …]
H A DpsMarkSweep.cpp530 Universe::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
531 JNIHandles::oops_do(mark_and_push_closure()); // Global (strong) JNI handles in mark_sweep_phase1()
532 CLDToOopClosure mark_and_push_from_cld(mark_and_push_closure()); in mark_sweep_phase1()
533 …MarkingCodeBlobClosure each_active_code_blob(mark_and_push_closure(), !CodeBlobToOopClosure::FixRe… in mark_sweep_phase1()
534 Threads::oops_do(mark_and_push_closure(), &mark_and_push_from_cld, &each_active_code_blob); in mark_sweep_phase1()
535 ObjectSynchronizer::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
536 FlatProfiler::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
537 Management::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
538 JvmtiExport::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
539 SystemDictionary::always_strong_oops_do(mark_and_push_closure()); in mark_sweep_phase1()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/parallel/
H A DpsMarkSweep.cpp513 Universe::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
514 JNIHandles::oops_do(mark_and_push_closure()); // Global (strong) JNI handles in mark_sweep_phase1()
515 …MarkingCodeBlobClosure each_active_code_blob(mark_and_push_closure(), !CodeBlobToOopClosure::FixRe… in mark_sweep_phase1()
516 Threads::oops_do(mark_and_push_closure(), &each_active_code_blob); in mark_sweep_phase1()
517 ObjectSynchronizer::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
518 Management::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
519 JvmtiExport::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
520 SystemDictionary::oops_do(mark_and_push_closure()); in mark_sweep_phase1()
524 AOT_ONLY(AOTLoader::oops_do(mark_and_push_closure());) in mark_sweep_phase1()
538 is_alive_closure(), mark_and_push_closure(), follow_stack_closure(), NULL, &pt); in mark_sweep_phase1()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/serial/
H A DmarkSweep.cpp61 MarkAndPushClosure MarkSweep::mark_and_push_closure; member in MarkSweep
62 CLDToOopClosure MarkSweep::follow_cld_closure(&mark_and_push_closure);
90 obj->oop_iterate(&mark_and_push_closure); in follow_object()
102 array->oop_iterate_range(&mark_and_push_closure, beg_index, end_index); in follow_array_chunk()
171 mark_and_push_closure.set_ref_discoverer(_ref_processor); in set_ref_processor()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/serial/
H A DmarkSweep.cpp61 MarkAndPushClosure MarkSweep::mark_and_push_closure; member in MarkSweep
62 CLDToOopClosure MarkSweep::follow_cld_closure(&mark_and_push_closure);
90 obj->oop_iterate(&mark_and_push_closure); in follow_object()
102 array->oop_iterate_range(&mark_and_push_closure, beg_index, end_index); in follow_array_chunk()
171 mark_and_push_closure.set_ref_discoverer(_ref_processor); in set_ref_processor()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/serial/
H A DmarkSweep.cpp62 MarkAndPushClosure MarkSweep::mark_and_push_closure; member in MarkSweep
63 CLDToOopClosure MarkSweep::follow_cld_closure(&mark_and_push_closure, ClassLoaderData::_claim_st…
91 obj->oop_iterate(&mark_and_push_closure); in follow_object()
103 array->oop_iterate_range(&mark_and_push_closure, beg_index, end_index); in follow_array_chunk()
172 mark_and_push_closure.set_ref_discoverer(_ref_processor); in set_ref_processor()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/serial/
H A DmarkSweep.cpp62 MarkAndPushClosure MarkSweep::mark_and_push_closure; member in MarkSweep
63 CLDToOopClosure MarkSweep::follow_cld_closure(&mark_and_push_closure, ClassLoaderData::_claim_st…
91 obj->oop_iterate(&mark_and_push_closure); in follow_object()
103 array->oop_iterate_range(&mark_and_push_closure, beg_index, end_index); in follow_array_chunk()
172 mark_and_push_closure.set_ref_discoverer(_ref_processor); in set_ref_processor()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/serial/
H A DmarkSweep.cpp63 MarkAndPushClosure MarkSweep::mark_and_push_closure; member in MarkSweep
64 CLDToOopClosure MarkSweep::follow_cld_closure(&mark_and_push_closure, ClassLoaderData::_claim_st…
92 obj->oop_iterate(&mark_and_push_closure); in follow_object()
104 array->oop_iterate_range(&mark_and_push_closure, beg_index, end_index); in follow_array_chunk()
173 mark_and_push_closure.set_ref_discoverer(_ref_processor); in set_ref_processor()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/serial/
H A DmarkSweep.cpp61 MarkAndPushClosure MarkSweep::mark_and_push_closure; member in MarkSweep
62 CLDToOopClosure MarkSweep::follow_cld_closure(&mark_and_push_closure, ClassLoaderData::_claim_st…
90 obj->oop_iterate(&mark_and_push_closure); in follow_object()
102 array->oop_iterate_range(&mark_and_push_closure, beg_index, end_index); in follow_array_chunk()
171 mark_and_push_closure.set_ref_discoverer(_ref_processor); in set_ref_processor()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/serial/
H A DmarkSweep.cpp62 MarkAndPushClosure MarkSweep::mark_and_push_closure; member in MarkSweep
63 CLDToOopClosure MarkSweep::follow_cld_closure(&mark_and_push_closure, ClassLoaderData::_claim_st…
91 obj->oop_iterate(&mark_and_push_closure); in follow_object()
103 array->oop_iterate_range(&mark_and_push_closure, beg_index, end_index); in follow_array_chunk()
172 mark_and_push_closure.set_ref_discoverer(_ref_processor); in set_ref_processor()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/serial/
H A DmarkSweep.cpp62 MarkAndPushClosure MarkSweep::mark_and_push_closure; member in MarkSweep
63 CLDToOopClosure MarkSweep::follow_cld_closure(&mark_and_push_closure, ClassLoaderData::_claim_st…
91 obj->oop_iterate(&mark_and_push_closure); in follow_object()
103 array->oop_iterate_range(&mark_and_push_closure, beg_index, end_index); in follow_array_chunk()
172 mark_and_push_closure.set_ref_discoverer(_ref_processor); in set_ref_processor()

123