Home
last modified time | relevance | path

Searched refs:EmbedderStackStateScope (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/extensions/
Dgc-extension.cc90 EmbedderStackStateScope stack_scope( in InvokeGC()
93 ? EmbedderStackStateScope::kImplicitThroughTask in InvokeGC()
94 : EmbedderStackStateScope::kExplicitInvocation, in InvokeGC()
/third_party/node/deps/v8/src/heap/
Dincremental-marking-job.cc101 EmbedderStackStateScope scope( in RunInternal()
102 heap, EmbedderStackStateScope::kImplicitThroughTask, stack_state_); in RunInternal()
Dembedder-tracing.h223 friend class EmbedderStackStateScope; variable
Dheap.h2785 class V8_EXPORT_PRIVATE V8_NODISCARD EmbedderStackStateScope final {
2793 static EmbedderStackStateScope ExplicitScopeForTesting(
2797 EmbedderStackStateScope(Heap* heap, Origin origin,
2799 ~EmbedderStackStateScope();
2802 EmbedderStackStateScope(LocalEmbedderHeapTracer* local_tracer,
Dheap.cc1797 EmbedderStackStateScope embedder_scope( in CollectGarbage()
1798 this, EmbedderStackStateScope::kExplicitInvocation, in CollectGarbage()
7510 EmbedderStackStateScope::EmbedderStackStateScope( in EmbedderStackStateScope() function in v8::internal::EmbedderStackStateScope
7525 EmbedderStackStateScope EmbedderStackStateScope::ExplicitScopeForTesting( in ExplicitScopeForTesting()
7528 return EmbedderStackStateScope(local_tracer, stack_state); in ExplicitScopeForTesting()
7531 EmbedderStackStateScope::EmbedderStackStateScope( in EmbedderStackStateScope() function in v8::internal::EmbedderStackStateScope
7541 EmbedderStackStateScope::~EmbedderStackStateScope() { in ~EmbedderStackStateScope()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc663 i::EmbedderStackStateScope stack_scope( in ForceGarbageCollection()
665 i::EmbedderStackStateScope::kImplicitThroughTask, embedder_stack_state); in ForceGarbageCollection()
/third_party/node/deps/v8/src/api/
Dapi.cc8563 base::Optional<i::EmbedderStackStateScope> stack_scope; in RequestGarbageCollectionForTesting()
8566 i::EmbedderStackStateScope::kExplicitInvocation, in RequestGarbageCollectionForTesting()