Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc2136 last_pool_size_(0), in Throw()
2149 last_pool_size_.Value() + pool_sample_bytes_ < pooled_current) { in Throw()
2152 last_pool_size_.SetValue(pooled_current); in Throw()
2165 pooled_current + pool_sample_bytes_ < last_pool_size_.Value()) { in Throw()
2168 last_pool_size_.SetValue(pooled_current); in Throw()
2224 base::AtomicNumber<size_t> last_pool_size_; in Throw() member in v8::internal::VerboseAccountingAllocator