Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/cppgc/
Dheap-consistency.cc45 void NoGarbageCollectionScope::Enter(cppgc::HeapHandle& heap_handle) { in Enter()
51 void NoGarbageCollectionScope::Leave(cppgc::HeapHandle& heap_handle) { in Leave()
57 NoGarbageCollectionScope::NoGarbageCollectionScope( in NoGarbageCollectionScope() function in cppgc::subtle::NoGarbageCollectionScope
63 NoGarbageCollectionScope::~NoGarbageCollectionScope() { Leave(heap_handle_); } in ~NoGarbageCollectionScope()
Dheap.cc101 subtle::NoGarbageCollectionScope no_gc(*this); in ~Heap()
196 subtle::NoGarbageCollectionScope no_gc(*this); in FinalizeGarbageCollection()
Dheap-base.h52 class NoGarbageCollectionScope; variable
292 friend class cppgc::subtle::NoGarbageCollectionScope;
Dheap-base.cc113 cppgc::subtle::NoGarbageCollectionScope no_gc_scope(*this); in ExecutePreFinalizers()
/third_party/node/deps/v8/include/cppgc/
Dheap-consistency.h227 class V8_EXPORT V8_NODISCARD NoGarbageCollectionScope final {
253 explicit NoGarbageCollectionScope(HeapHandle& heap_handle);
254 ~NoGarbageCollectionScope();
256 NoGarbageCollectionScope(const NoGarbageCollectionScope&) = delete;
257 NoGarbageCollectionScope& operator=(const NoGarbageCollectionScope&) = delete;
/third_party/node/deps/v8/src/heap/cppgc-js/
Dcpp-heap.cc661 cppgc::subtle::NoGarbageCollectionScope no_gc(*this); in TraceEpilogue()