Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dlocal-heap.cc33 allocation_failed_(false), in LocalHeap()
171 allocation_failed_ = true; in PerformCollectionAndAllocateAgain()
179 allocation_failed_ = false; in PerformCollectionAndAllocateAgain()
Dlocal-heap.h174 bool allocation_failed_; variable
Dheap.cc4829 return local_heap->allocation_failed_; in IsRetryOfFailedAllocation()