Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp2542 static const int MIN_COUNT_THRESHOLD = 1000; in StatisticHeapDetail() local
2548 if (typeCount[i] > MIN_COUNT_THRESHOLD) { in StatisticHeapDetail()
2559 if (typeCount[i] > MIN_COUNT_THRESHOLD) { in StatisticHeapDetail()
2570 if (typeCount[i] > MIN_COUNT_THRESHOLD) { in StatisticHeapDetail()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp452 static const int MIN_COUNT_THRESHOLD = 50; in IterateHandleWithCheck() local
454 if (typeCount[i] > MIN_COUNT_THRESHOLD) { in IterateHandleWithCheck()

Completed in 6 milliseconds