Home
last modified time | relevance | path

Searched refs:GlobalSafepointScope (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dsafepoint.h149 friend class GlobalSafepointScope; variable
193 friend class GlobalSafepointScope; variable
197 class V8_NODISCARD GlobalSafepointScope {
199 V8_EXPORT_PRIVATE explicit GlobalSafepointScope(Isolate* initiator);
200 V8_EXPORT_PRIVATE ~GlobalSafepointScope();
Dsafepoint.cc401 GlobalSafepointScope::GlobalSafepointScope(Isolate* initiator) in GlobalSafepointScope() function in v8::internal::GlobalSafepointScope
410 GlobalSafepointScope::~GlobalSafepointScope() { in ~GlobalSafepointScope()
Dheap.cc2405 GlobalSafepointScope global_safepoint(initiator); in PerformSharedGarbageCollection()
/third_party/node/deps/v8/src/snapshot/
Dsnapshot.h18 class GlobalSafepointScope; variable
72 const GlobalSafepointScope& global_safepoint,
79 const GlobalSafepointScope& global_safepoint,
Dsnapshot.cc315 GlobalSafepointScope global_safepoint(isolate); in SerializeDeserializeAndVerifyForTesting()
366 const GlobalSafepointScope& global_safepoint, in Create()
450 const GlobalSafepointScope& global_safepoint, in Create()
/third_party/node/deps/v8/src/api/
Dapi.cc645 i::GlobalSafepointScope global_safepoint(isolate); in CreateBlob()