Searched refs:kGlobalHandles (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/handles/ |
D | global-handles.cc | 812 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/ |
D | visitors.h | 32 V(kGlobalHandles, "(Global handles)") \
|
/external/v8/src/snapshot/ |
D | startup-serializer.cc | 299 root == Root::kGlobalHandles ? "global" : "eternal"); in VisitRootPointers()
|
/external/v8/src/heap/ |
D | scavenger.cc | 325 SkipRoot::kGlobalHandles, in CollectGarbage()
|
D | heap.h | 175 kGlobalHandles, enumerator
|
D | heap.cc | 4385 if (!options.contains(SkipRoot::kGlobalHandles)) { in IterateRoots() 4405 v->Synchronize(VisitorSynchronization::kGlobalHandles); in IterateRoots()
|
D | mark-compact.cc | 4947 SkipRoot::kGlobalHandles, in MarkRootSetInParallel()
|