Searched refs:NoGarbageCollectionScope (Results 1 – 6 of 6) sorted by relevance
45 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::NoGarbageCollectionScope63 NoGarbageCollectionScope::~NoGarbageCollectionScope() { Leave(heap_handle_); } in ~NoGarbageCollectionScope()
101 subtle::NoGarbageCollectionScope no_gc(*this); in ~Heap()196 subtle::NoGarbageCollectionScope no_gc(*this); in FinalizeGarbageCollection()
52 class NoGarbageCollectionScope; variable292 friend class cppgc::subtle::NoGarbageCollectionScope;
113 cppgc::subtle::NoGarbageCollectionScope no_gc_scope(*this); in ExecutePreFinalizers()
227 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;
661 cppgc::subtle::NoGarbageCollectionScope no_gc(*this); in TraceEpilogue()