Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc1991 last_pool_size_(0), in Throw()
2004 last_pool_size_.Value() + pool_sample_bytes_ < pooled_current) { in Throw()
2007 last_pool_size_.SetValue(pooled_current); in Throw()
2020 pooled_current + pool_sample_bytes_ < last_pool_size_.Value()) { in Throw()
2023 last_pool_size_.SetValue(pooled_current); in Throw()
2080 base::AtomicNumber<size_t> last_pool_size_; in Throw() member in v8::internal::VerboseAccountingAllocator