Searched refs:allocation_timeout_ (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/heap/
H A Dheap.h1515 void set_allocation_timeout(int timeout) { allocation_timeout_ = timeout; }
2225 int allocation_timeout_; member in class:v8::internal::GarbageCollectionReason::Heap
H A Dheap-inl.h307 Heap::allocation_timeout_-- <= 0) {
H A Dheap.cc117 allocation_timeout_(0),
980 allocation_timeout_ = Max(6, FLAG_gc_interval);
5484 allocation_timeout_ = FLAG_gc_interval;

Completed in 113 milliseconds