Home
last modified time | relevance | path

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

/external/v8/src/handles/
Dglobal-handles.cc812 v->VisitRootPointer(Root::kGlobalHandles, "on-stack TracedReference", in Iterate()
823 v->VisitRootPointer(Root::kGlobalHandles, "on-stack TracedReference", in Iterate()
1182 v->VisitRootPointer(Root::kGlobalHandles, node->label(), in IterateWeakRootsForFinalizers()
1274 v->VisitRootPointer(Root::kGlobalHandles, node->label(), in IterateYoungStrongAndDependentRoots()
1280 v->VisitRootPointer(Root::kGlobalHandles, nullptr, node->location()); in IterateYoungStrongAndDependentRoots()
1304 v->VisitRootPointer(Root::kGlobalHandles, node->label(), in IterateYoungWeakDeadObjectsForFinalizers()
1329 v->VisitRootPointer(Root::kGlobalHandles, node->label(), in IterateYoungWeakObjectsForPhantomHandles()
1365 v->VisitRootPointer(Root::kGlobalHandles, nullptr, node->location()); in IterateYoungWeakObjectsForPhantomHandles()
1564 v->VisitRootPointer(Root::kGlobalHandles, node->label(), in IterateStrongRoots()
1577 v->VisitRootPointer(Root::kGlobalHandles, node->label(), in IterateWeakRoots()
[all …]
/external/v8/src/objects/
Dvisitors.h32 V(kGlobalHandles, "(Global handles)") \
/external/v8/src/snapshot/
Dstartup-serializer.cc299 root == Root::kGlobalHandles ? "global" : "eternal"); in VisitRootPointers()
/external/v8/src/heap/
Dscavenger.cc325 SkipRoot::kGlobalHandles, in CollectGarbage()
Dheap.h175 kGlobalHandles, enumerator
Dheap.cc4385 if (!options.contains(SkipRoot::kGlobalHandles)) { in IterateRoots()
4405 v->Synchronize(VisitorSynchronization::kGlobalHandles); in IterateRoots()
Dmark-compact.cc4947 SkipRoot::kGlobalHandles, in MarkRootSetInParallel()