Home
last modified time | relevance | path

Searched refs:allocation_failed_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc53 allocation_failed_(false), in LocalHeap()
388 CHECK(!allocation_failed_); in PerformCollectionAndAllocateAgain()
390 allocation_failed_ = true; in PerformCollectionAndAllocateAgain()
401 allocation_failed_ = false; in PerformCollectionAndAllocateAgain()
Dlocal-heap.h303 bool allocation_failed_; variable
Dheap.cc5492 return local_heap->allocation_failed_; in IsRetryOfFailedAllocation()