Home
last modified time | relevance | path

Searched defs:ms_count (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/heap/
Dobject-stats.cc30 int ms_count = heap()->ms_count(); in TraceObjectStat() local
Dheap.h910 int ms_count() const { return ms_count_; } in ms_count() function