Home
last modified time | relevance | path

Searched refs:IterateAllRoots (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h129 void IterateAllRoots(RootVisitor* v);
302 void IterateAllRoots(RootVisitor* visitor);
H A Dglobal-handles.cc1589 void GlobalHandles::IterateAllRoots(RootVisitor* v) { in IterateAllRoots() function in v8::internal::GlobalHandles
1732 void EternalHandles::IterateAllRoots(RootVisitor* visitor) { in IterateAllRoots() function in v8::internal::EternalHandles
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-serializer.cc287 isolate_->global_handles()->IterateAllRoots(this); in CheckGlobalAndEternalHandles()
288 isolate_->eternal_handles()->IterateAllRoots(this); in CheckGlobalAndEternalHandles()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc2356 isolate->global_handles()->IterateAllRoots(&enumerator); in CollectGlobalObjectsTags()
/third_party/node/deps/v8/src/heap/
H A Dheap.cc5034 isolate_->global_handles()->IterateAllRoots(v); in IterateRoots()
5068 isolate_->eternal_handles()->IterateAllRoots(v); in IterateRoots()

Completed in 20 milliseconds