Searched refs:NoGCScope (Results 1 – 4 of 4) sorted by relevance
52 class V8_EXPORT_PRIVATE NoGCScope final {56 explicit NoGCScope(HeapBase& heap);57 ~NoGCScope();59 NoGCScope(const NoGCScope&) = delete;60 NoGCScope& operator=(const NoGCScope&) = delete;
86 HeapBase::NoGCScope::NoGCScope(HeapBase& heap) : heap_(heap) { in NoGCScope() function in cppgc::internal::HeapBase::NoGCScope90 HeapBase::NoGCScope::~NoGCScope() { heap_.no_gc_scope_--; } in ~NoGCScope()
87 NoGCScope no_gc(*this); in ~Heap()170 NoGCScope no_gc(*this); in FinalizeGarbageCollection()
230 NoGCScope no_gc(*this); in TraceEpilogue()