Searched refs:ms_count_ (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/heap/
H A Dheap.h735 int ms_count() const { return ms_count_; }
2086 unsigned int ms_count_; member in class:v8::internal::Heap
H A Dheap.cc106 ms_count_(0),
1420 ms_count_++;
4139 if (ms_count_ == 0 && CommittedMemory() > kMinCommittedMemory) {
5411 PrintF("mark_sweep_count=%d ", ms_count_);

Completed in 43 milliseconds