Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.cpp1624 uint32_t totalNumOfTypes = 0; in PrintNumOfTypes() local
1637 totalNumOfTypes += numOfTypes; in PrintNumOfTypes()
1642 LOG_COMPILER(DEBUG) << "total number of types: " << totalNumOfTypes; in PrintNumOfTypes()