Searched refs:EmbedderStackStateScope (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/deps/v8/src/extensions/ |
| D | gc-extension.cc | 90 EmbedderStackStateScope stack_scope( in InvokeGC() 93 ? EmbedderStackStateScope::kImplicitThroughTask in InvokeGC() 94 : EmbedderStackStateScope::kExplicitInvocation, in InvokeGC()
|
| /third_party/node/deps/v8/src/heap/ |
| D | incremental-marking-job.cc | 101 EmbedderStackStateScope scope( in RunInternal() 102 heap, EmbedderStackStateScope::kImplicitThroughTask, stack_state_); in RunInternal()
|
| D | embedder-tracing.h | 223 friend class EmbedderStackStateScope; variable
|
| D | heap.h | 2785 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,
|
| D | heap.cc | 1797 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/ |
| D | debug-interface.cc | 663 i::EmbedderStackStateScope stack_scope( in ForceGarbageCollection() 665 i::EmbedderStackStateScope::kImplicitThroughTask, embedder_stack_state); in ForceGarbageCollection()
|
| /third_party/node/deps/v8/src/api/ |
| D | api.cc | 8563 base::Optional<i::EmbedderStackStateScope> stack_scope; in RequestGarbageCollectionForTesting() 8566 i::EmbedderStackStateScope::kExplicitInvocation, in RequestGarbageCollectionForTesting()
|