Home
last modified time | relevance | path

Searched refs:IterateStrongRoots (Results 1 – 22 of 22) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/snapshot/
H A Dstartup-deserializer.cc35 isolate->heap()->IterateStrongRoots(this, VISIT_FOR_SERIALIZATION); in DeserializeInto()
H A Dstartup-serializer.cc149 isolate->heap()->IterateStrongRoots(this, VISIT_FOR_SERIALIZATION); in SerializeStrongReferences()
/dports/www/node10/node-v10.24.1/deps/v8/src/snapshot/
H A Dstartup-deserializer.cc38 isolate->heap()->IterateStrongRoots(this, VISIT_ONLY_STRONG); in DeserializeInto()
H A Dstartup-serializer.cc126 isolate->heap()->IterateStrongRoots(this, VISIT_FOR_SERIALIZATION); in SerializeStrongReferences()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dglobal-handles.h118 void IterateStrongRoots(RootVisitor* v);
H A Dglobal-handles.cc952 void GlobalHandles::IterateStrongRoots(RootVisitor* v) { in IterateStrongRoots() function in v8::internal::GlobalHandles
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/handles/
H A Dglobal-handles.h123 void IterateStrongRoots(RootVisitor* v);
H A Dglobal-handles.cc1531 void GlobalHandles::IterateStrongRoots(RootVisitor* v) { in IterateStrongRoots() function in v8::internal::GlobalHandles
/dports/lang/v8/v8-9.6.180.12/src/handles/
H A Dglobal-handles.h123 void IterateStrongRoots(RootVisitor* v);
H A Dglobal-handles.cc1568 void GlobalHandles::IterateStrongRoots(RootVisitor* v) { in IterateStrongRoots() function in v8::internal::GlobalHandles
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/handles/
H A Dglobal-handles.h123 void IterateStrongRoots(RootVisitor* v);
H A Dglobal-handles.cc1561 void GlobalHandles::IterateStrongRoots(RootVisitor* v) { in IterateStrongRoots() function in v8::internal::GlobalHandles
/dports/www/node10/node-v10.24.1/deps/v8/src/heap/
H A Dincremental-marking.cc424 heap_->IterateStrongRoots(&visitor, VISIT_ONLY_STRONG); in StartMarking()
485 heap_->IterateStrongRoots(&visitor, VISIT_ONLY_STRONG); in MarkRoots()
H A Dmark-compact.cc95 heap_->IterateStrongRoots(this, mode); in VerifyRoots()
248 heap_->IterateStrongRoots(this, mode); in VerifyRoots()
1453 heap()->IterateStrongRoots(root_visitor, VISIT_ONLY_STRONG); in MarkRoots()
H A Dheap.cc3859 IterateStrongRoots(v, mode); in IterateRoots()
3942 void Heap::IterateStrongRoots(RootVisitor* v, VisitMode mode) { in IterateStrongRoots() function in v8::internal::Heap
3986 isolate_->global_handles()->IterateStrongRoots(v); in IterateStrongRoots()
H A Dheap.h1224 void IterateStrongRoots(RootVisitor* v, VisitMode mode);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/heap/
H A Dincremental-marking.cc410 heap_->IterateStrongRoots(&visitor, VISIT_ONLY_STRONG_IGNORE_STACK); in MarkRoots()
H A Dheap.h921 void IterateStrongRoots(RootVisitor* v, VisitMode mode);
H A Dmark-compact.cc109 heap_->IterateStrongRoots(this, mode); in VerifyRoots()
285 heap_->IterateStrongRoots(this, mode); in VerifyRoots()
1605 heap()->IterateStrongRoots(root_visitor, VISIT_ONLY_STRONG); in MarkRoots()
H A Dheap.cc4365 IterateStrongRoots(v, mode); in IterateRoots()
4444 void Heap::IterateStrongRoots(RootVisitor* v, VisitMode mode) { in IterateStrongRoots() function in v8::internal::Heap
4497 isolate_->global_handles()->IterateStrongRoots(v); in IterateStrongRoots()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/heap/
H A Dheap.cc4392 isolate_->global_handles()->IterateStrongRoots(v); in IterateRoots()
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap.cc4818 isolate_->global_handles()->IterateStrongRoots(v); in IterateRoots()