Home
last modified time | relevance | path

Searched refs:IterateClientIsolates (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.cc356 IterateClientIsolates([&clients, initiator](Isolate* client) { in EnterGlobalSafepointScope()
393 IterateClientIsolates([initiator](Isolate* client) { in LeaveGlobalSafepointScope()
Dsafepoint.h173 void IterateClientIsolates(Callback callback) { in IterateClientIsolates() function
Dmark-compact.cc1976 isolate()->global_safepoint()->IterateClientIsolates( in MarkRoots()
1988 isolate()->global_safepoint()->IterateClientIsolates( in MarkObjectsFromClientHeaps()
4656 isolate()->global_safepoint()->IterateClientIsolates( in UpdatePointersInClientHeaps()
Dheap.cc2415 isolate()->global_safepoint()->IterateClientIsolates([](Isolate* client) { in PerformSharedGarbageCollection()
2430 isolate()->global_safepoint()->IterateClientIsolates([](Isolate* client) { in PerformSharedGarbageCollection()
5119 isolate()->global_safepoint()->IterateClientIsolates( in IterateRootsIncludingClients()