Searched refs:weak_roots (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/src/share/vm/gc/g1/
H A Dg1RootProcessor.cpp250 OopClosure* weak_roots = closures->weak_oops(); local
306 SystemDictionary::roots_oops_do(strong_roots, weak_roots);
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DgenCollectedHeap.cpp571 OopClosure* weak_roots,
618 SystemDictionary::roots_oops_do(strong_roots, weak_roots);
684 OopsInGenClosure* weak_roots = only_strong_roots ? NULL : root_closure; local
687 process_roots(scope, so, root_closure, weak_roots, cld_closure, weak_cld_closure, &mark_code_closure);
709 OopsInGenClosure* weak_roots = only_strong_roots ? NULL : root_closure; local
712 process_roots(scope, so, root_closure, weak_roots, cld_closure, weak_cld_closure, &mark_code_closure);
568 process_roots(StrongRootsScope* scope, ScanningOption so, OopClosure* strong_roots, OopClosure* weak_roots, CLDClosure* strong_cld_closure, CLDClosure* weak_cld_closure, CodeBlobToOopClosure* code_roots) argument
H A DgenCollectedHeap.hpp390 OopClosure* weak_roots,

Completed in 44 milliseconds