Home
last modified time | relevance | path

Searched refs:ms_count (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/
Dobject-stats.cc30 int ms_count = heap()->ms_count(); in TraceObjectStat() local
33 static_cast<void*>(heap()), time, ms_count, name, count, size); in TraceObjectStat()
Dmark-compact.cc1262 Smi::FromInt(heap->ms_count() & 0xff)); in UpdateRegExpCodeAgeAndFlush()
1272 if (value == ((heap->ms_count() - kRegExpCodeThreshold) & 0xff)) { in UpdateRegExpCodeAgeAndFlush()
Dheap.h910 int ms_count() const { return ms_count_; } in ms_count() function