Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.h811 int ms_count() const { return ms_count_; } in ms_count() function
Dmark-compact.cc1219 Smi::FromInt(heap->ms_count() & 0xff)); in UpdateRegExpCodeAgeAndFlush()
1229 if (value == ((heap->ms_count() - kRegExpCodeThreshold) & 0xff)) { in UpdateRegExpCodeAgeAndFlush()