Home
last modified time | relevance | path

Searched refs:AssertMainThreadIsOnlyThread (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.cc271 void IsolateSafepoint::AssertMainThreadIsOnlyThread() { in AssertMainThreadIsOnlyThread() function in v8::internal::IsolateSafepoint
366 shared_isolate_->heap()->safepoint()->AssertMainThreadIsOnlyThread(); in EnterGlobalSafepointScope()
Dsafepoint.h44 V8_EXPORT_PRIVATE void AssertMainThreadIsOnlyThread();
/third_party/node/deps/v8/src/execution/
Disolate.cc3428 heap_.safepoint()->AssertMainThreadIsOnlyThread(); in ThrowInternal()