Home
last modified time | relevance | path

Searched refs:IterateWeakRoots (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/
Dglobal-handles.h177 void IterateWeakRoots(ObjectVisitor* v);
180 void IterateWeakRoots(WeakReferenceGuest f,
Dglobal-handles.cc466 void GlobalHandles::IterateWeakRoots(ObjectVisitor* v) { in IterateWeakRoots() function in v8::internal::GlobalHandles
473 void GlobalHandles::IterateWeakRoots(WeakReferenceGuest f, in IterateWeakRoots() function in v8::internal::GlobalHandles
Dserialize.cc684 isolate_->heap()->IterateWeakRoots(this, VISIT_ALL); in Deserialize()
1346 HEAP->IterateWeakRoots(this, VISIT_ALL); in SerializeWeakReferences()
Dliveobjectlist.cc1829 isolate->heap()->IterateWeakRoots(&lol_visitor, VISIT_ALL); in GetRetainers()
2207 isolate->global_handles()->IterateWeakRoots(&tracer); in GetPathPrivate()
Dheap.h1157 void IterateWeakRoots(ObjectVisitor* v, VisitMode mode);
Dheap.cc5466 IterateWeakRoots(v, mode); in IterateRoots()
5470 void Heap::IterateWeakRoots(ObjectVisitor* v, VisitMode mode) { in IterateWeakRoots() function in v8::internal::Heap
Dmark-compact.cc2346 heap()->isolate()->global_handles()->IterateWeakRoots(&root_visitor); in MarkLiveObjects()