Searched refs:adjust_root_pointer_closure (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsMarkSweep.hpp47 static OopClosure* adjust_root_pointer_closure() { return (OopClosure*)&MarkSweep::adjust_root_pointer_closure; } function in class:PSMarkSweep
H A DpsMarkSweep.cpp628 Universe::oops_do(adjust_root_pointer_closure());
629 JNIHandles::oops_do(adjust_root_pointer_closure()); // Global (strong) JNI handles
630 Threads::oops_do(adjust_root_pointer_closure(), NULL);
631 ObjectSynchronizer::oops_do(adjust_root_pointer_closure());
632 FlatProfiler::oops_do(adjust_root_pointer_closure());
633 Management::oops_do(adjust_root_pointer_closure());
634 JvmtiExport::oops_do(adjust_root_pointer_closure());
636 SystemDictionary::oops_do(adjust_root_pointer_closure());
637 //CodeCache::scavenge_root_nmethods_oops_do(adjust_root_pointer_closure());
642 JNIHandles::weak_oops_do(&always_true, adjust_root_pointer_closure());
[all...]
H A DpsParallelCompact.cpp2488 Universe::oops_do(adjust_root_pointer_closure());
2489 JNIHandles::oops_do(adjust_root_pointer_closure()); // Global (strong) JNI handles
2490 Threads::oops_do(adjust_root_pointer_closure(), NULL);
2491 ObjectSynchronizer::oops_do(adjust_root_pointer_closure());
2492 FlatProfiler::oops_do(adjust_root_pointer_closure());
2493 Management::oops_do(adjust_root_pointer_closure());
2494 JvmtiExport::oops_do(adjust_root_pointer_closure());
2496 SystemDictionary::oops_do(adjust_root_pointer_closure());
2501 JNIHandles::weak_oops_do(&always_true, adjust_root_pointer_closure());
2504 StringTable::oops_do(adjust_root_pointer_closure());
[all...]
H A DpsParallelCompact.hpp1022 static OopClosure* adjust_root_pointer_closure() { return (OopClosure*)&_adjust_root_pointer_closure; }
/openjdk7/hotspot/src/share/vm/memory/
H A DgenMarkSweep.cpp379 adjust_root_pointer_closure.set_orig_generation(gch->get_gen(level));
387 &adjust_root_pointer_closure,
389 &adjust_root_pointer_closure);
395 gch->gen_process_weak_roots(&adjust_root_pointer_closure,
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1MarkSweep.cpp342 &GenMarkSweep::adjust_root_pointer_closure,
347 g1h->ref_processor_stw()->weak_oops_do(&GenMarkSweep::adjust_root_pointer_closure);
351 g1h->g1_process_weak_roots(&GenMarkSweep::adjust_root_pointer_closure,
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.hpp194 static AdjustPointerClosure adjust_root_pointer_closure; member in class:MarkSweep
H A DmarkSweep.cpp157 MarkSweep::AdjustPointerClosure MarkSweep::adjust_root_pointer_closure(true);
/openjdk7/hotspot/src/share/vm/oops/
H A DinstanceKlassKlass.cpp292 iterate_c_heap_oops(ik, &MarkSweep::adjust_root_pointer_closure);
346 OopClosure* closure = PSParallelCompact::adjust_root_pointer_closure();

Completed in 56 milliseconds