Home
last modified time | relevance | path

Searched refs:ProcessingScope (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dembedder-tracing.cc115 LocalEmbedderHeapTracer::ProcessingScope::ProcessingScope( in ProcessingScope() function in v8::internal::LocalEmbedderHeapTracer::ProcessingScope
122 LocalEmbedderHeapTracer::ProcessingScope::~ProcessingScope() { in ~ProcessingScope()
139 void LocalEmbedderHeapTracer::ProcessingScope::TracePossibleWrapper( in TracePossibleWrapper()
150 void LocalEmbedderHeapTracer::ProcessingScope::FlushWrapperCacheIfFull() { in FlushWrapperCacheIfFull()
159 void LocalEmbedderHeapTracer::ProcessingScope::AddWrapperInfoForTesting( in AddWrapperInfoForTesting()
204 LocalEmbedderHeapTracer::ProcessingScope scope(this); in EmbedderWriteBarrier()
Dembedder-tracing.h61 class V8_EXPORT_PRIVATE V8_NODISCARD ProcessingScope {
63 explicit ProcessingScope(LocalEmbedderHeapTracer* tracer);
64 ~ProcessingScope();
Dincremental-marking.cc551 LocalEmbedderHeapTracer::ProcessingScope scope(local_tracer); in EmbedderStep()
Dmark-compact.cc2202 LocalEmbedderHeapTracer::ProcessingScope scope( in PerformWrapperTracing()