Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h573 int ms_count() const { return ms_count_; } in ms_count()
2085 unsigned int ms_count_; variable
Dheap.cc181 ms_count_(0), in Heap()
1862 ms_count_++; in MarkCompact()
3209 if (ms_count_ == 0 && CommittedMemory() > kMinCommittedMemory && in ActivateMemoryReducerIfNeeded()