Lines Matching refs:roots
149 OopClosure* roots,
153 // General strong roots.
160 Universe::oops_do(roots);
162 perm_gen()->ref_processor()->weak_oops_do(roots);
166 JNIHandles::oops_do(roots);
170 Threads::possibly_parallel_oops_do(roots, code_roots);
172 Threads::oops_do(roots, code_roots);
176 ObjectSynchronizer::oops_do(roots);
178 FlatProfiler::oops_do(roots);
180 Management::oops_do(roots);
182 JvmtiExport::oops_do(roots);
186 SystemDictionary::oops_do(roots);
188 SystemDictionary::always_strong_oops_do(roots);
196 StringTable::possibly_parallel_oops_do(roots);
198 StringTable::oops_do(roots);
221 // visit all of the CodeCache, collect from the non-perm roots if any.
223 // roots for oops, until the next major collection.