Searched refs:ms_count (Results 1 – 3 of 3) sorted by relevance
30 int ms_count = heap()->ms_count(); in TraceObjectStat() local33 static_cast<void*>(heap()), time, ms_count, name, count, size); in TraceObjectStat()
1262 Smi::FromInt(heap->ms_count() & 0xff)); in UpdateRegExpCodeAgeAndFlush()1272 if (value == ((heap->ms_count() - kRegExpCodeThreshold) & 0xff)) { in UpdateRegExpCodeAgeAndFlush()
910 int ms_count() const { return ms_count_; } in ms_count() function