Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Djs_thread.cpp403 static const int JS_TYPE_LAST = static_cast<int>(JSType::TYPE_LAST); in IterateHandleWithCheck() local
404 int typeCount[JS_TYPE_LAST] = { 0 }; in IterateHandleWithCheck()
453 for (int i = 0; i < JS_TYPE_LAST; i++) { in IterateHandleWithCheck()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dheap.cpp2540 static const int JS_TYPE_LAST = static_cast<int>(JSType::TYPE_LAST); in StatisticHeapDetail() local
2541 int typeCount[JS_TYPE_LAST] = { 0 }; in StatisticHeapDetail()
2547 for (int i = 0; i < JS_TYPE_LAST; i++) { in StatisticHeapDetail()
2558 for (int i = 0; i < JS_TYPE_LAST; i++) { in StatisticHeapDetail()
2569 for (int i = 0; i < JS_TYPE_LAST; i++) { in StatisticHeapDetail()

Completed in 7 milliseconds