Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
Dheap.cpp1233 static const int MIN_COUNT_THRESHOLD = 1000; in StatisticHeapObject() local
1239 if (typeCount[i] > MIN_COUNT_THRESHOLD) { in StatisticHeapObject()
1250 if (typeCount[i] > MIN_COUNT_THRESHOLD) { in StatisticHeapObject()
1261 if (typeCount[i] > MIN_COUNT_THRESHOLD) { in StatisticHeapObject()
/arkcompiler/ets_runtime/ecmascript/
Djs_thread.cpp298 static const int MIN_COUNT_THRESHOLD = 50; in IterateHandleWithCheck() local
300 if (typeCount[i] > MIN_COUNT_THRESHOLD) { in IterateHandleWithCheck()