Home
last modified time | relevance | path

Searched refs:TraceEpilogue (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/heap/
H A Dembedder-tracing.cc63 void LocalEmbedderHeapTracer::TraceEpilogue() { in TraceEpilogue() function in v8::internal::LocalEmbedderHeapTracer
72 cpp_heap()->TraceEpilogue(); in TraceEpilogue()
75 remote_tracer_->TraceEpilogue(&summary); in TraceEpilogue()
H A Dembedder-tracing.h106 void TraceEpilogue();
H A Dheap.cc2353 // TraceEpilogue may trigger operations that invalidate global handles. It in PerformGarbageCollection()
2358 local_embedder_heap_tracer()->TraceEpilogue(); in PerformGarbageCollection()
/third_party/node/deps/v8/include/
H A Dv8-embedder-heap.h92 * Summary of a garbage collection cycle. See |TraceEpilogue| on how the
160 * Note that allocation is *not* allowed within |TraceEpilogue|. Can be
164 virtual void TraceEpilogue(TraceSummary* trace_summary) {} in TraceEpilogue() function in v8::EmbedderHeapTracer
175 * yet finished with TraceEpilogue.
/third_party/node/deps/v8/src/heap/cppgc-js/
H A Dcpp-heap.h145 void TraceEpilogue();
H A Dcpp-heap.cc629 void CppHeap::TraceEpilogue() { in TraceEpilogue() function in v8::internal::CppHeap
705 TraceEpilogue(); in RunMinorGC()
767 TraceEpilogue(); in CollectGarbageForTesting()

Completed in 14 milliseconds