Searched defs:ms_count (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/heap/ | ||
D | object-stats.cc | 30 int ms_count = heap()->ms_count(); in TraceObjectStat() local |
D | heap.h | 910 int ms_count() const { return ms_count_; } in ms_count() function |