Home
last modified time | relevance | path

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

/external/v8/src/heap/cppgc/
Dobject-allocator.h65 bool is_allocation_allowed() const { return no_allocation_scope_ == 0; } in is_allocation_allowed()
76 size_t no_allocation_scope_ = 0; variable
Dobject-allocator.cc191 allocator.no_allocation_scope_++; in NoAllocationScope()
195 allocator_.no_allocation_scope_--; in ~NoAllocationScope()
Dheap.cc159 ObjectAllocator::NoAllocationScope no_allocation_scope_(object_allocator_); in FinalizeGarbageCollection() local
/external/v8/src/heap/cppgc-js/
Dcpp-heap.cc216 cppgc::internal::ObjectAllocator::NoAllocationScope no_allocation_scope_( in TraceEpilogue() local