Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dsafepoint.cc76 IgnoreLocalGCRequests ignore_gc_requests(initiator->heap()); in InitiateGlobalSafepointScope() local
314 IgnoreLocalGCRequests ignore_gc_requests(client->heap()); in RemoveClient() local
342 IgnoreLocalGCRequests ignore_gc_requests(initiator->heap()); in EnterGlobalSafepointScope() local
Dlocal-heap.cc333 base::Optional<IgnoreLocalGCRequests> ignore_gc_requests; in SleepInSafepoint() local
334 if (is_main_thread()) ignore_gc_requests.emplace(heap()); in SleepInSafepoint()
Dheap.cc2009 IgnoreLocalGCRequests ignore_gc_requests(this); in StartIncrementalMarking() local
2282 IgnoreLocalGCRequests ignore_gc_requests(this); in PerformGarbageCollection() local
3576 IgnoreLocalGCRequests ignore_gc_requests(this); in LeftTrimFixedArray() local
3950 IgnoreLocalGCRequests ignore_gc_requests(this); in FinalizeIncrementalMarkingIncrementally() local
4390 IgnoreLocalGCRequests ignore_gc_requests(this); in CollectCodeStatistics() local
4607 IgnoreLocalGCRequests ignore_gc_requests(this); in Verify() local
6084 IgnoreLocalGCRequests ignore_gc_requests(this); in StartTearDown() local
/third_party/node/deps/v8/src/execution/
Disolate.cc3408 IgnoreLocalGCRequests ignore_gc_requests(heap()); in ThrowInternal() local
3958 IgnoreLocalGCRequests ignore_gc_requests(heap()); in ThrowInternal() local