Home
last modified time | relevance | path

Searched refs:IterateYoungStrongAndDependentRoots (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/handles/
Dglobal-handles.h162 void IterateYoungStrongAndDependentRoots(RootVisitor* v);
Dglobal-handles.cc1271 void GlobalHandles::IterateYoungStrongAndDependentRoots(RootVisitor* v) { in IterateYoungStrongAndDependentRoots() function in v8::internal::GlobalHandles
/external/v8/src/heap/
Dscavenger.cc331 isolate_->global_handles()->IterateYoungStrongAndDependentRoots( in CollectGarbage()
Dmark-compact.cc4949 isolate()->global_handles()->IterateYoungStrongAndDependentRoots( in MarkRootSetInParallel()
Dheap.cc4389 isolate_->global_handles()->IterateYoungStrongAndDependentRoots(v); in IterateRoots()