Home
last modified time | relevance | path

Searched refs:ParkedScope (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dparked-scope.h17 class V8_NODISCARD ParkedScope {
19 explicit ParkedScope(LocalIsolate* local_isolate) in ParkedScope() function
20 : ParkedScope(local_isolate->heap()) {} in ParkedScope()
21 explicit ParkedScope(LocalHeap* local_heap) : local_heap_(local_heap) { in ParkedScope() function
25 ~ParkedScope() { local_heap_->Unpark(); } in ~ParkedScope()
57 ParkedScope scope(local_heap); in ParkedMutexGuard()
88 ParkedScope scope(local_heap); in ParkedSharedMutexGuardIf()
93 ParkedScope scope(local_heap); in ParkedSharedMutexGuardIf()
Dcollection-barrier.cc100 ParkedScope scope(local_heap); in AwaitCollectionBackground()
Dsafepoint.cc157 ParkedScope parked_scope(local_heap); in LockMutex()
343 ParkedScope parked_scope(initiator->main_thread_local_heap()); in EnterGlobalSafepointScope()
Dlocal-heap.h325 friend class ParkedScope; variable
/third_party/node/deps/v8/src/interpreter/
Dinterpreter.cc202 ParkedScope parked_scope(local_isolate_); in ExecuteJobImpl()
/third_party/node/deps/v8/src/codegen/
Dcompiler.cc999 ParkedScope parked_scope(isolate->main_thread_local_isolate()); in CompileTurbofan_NotConcurrent()
1183 ParkedScope parked_scope(isolate->main_thread_local_isolate()); in CompileMaglev()
2935 ParkedScope scope(isolate->main_thread_local_isolate()); in Compile()
/third_party/node/deps/v8/src/d8/
Dd8.cc4038 i::ParkedScope parked_scope( in ExecuteInThread()
4754 i::ParkedScope parked(i_isolate->main_thread_local_isolate()); in RunMain()
5512 i::ParkedScope parked(i_isolate->main_thread_local_isolate()); in Main()
/third_party/node/deps/v8/src/parsing/
Dparser.cc3427 ParkedScope parked_scope(isolate); in ParseOnBackground()
/third_party/node/deps/v8/src/execution/
Disolate.cc3409 ParkedScope parked_scope(main_thread_local_heap()); in ThrowInternal()