Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h169 static constexpr int HUNDRED_TIME = 100; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp160 << myMap[val] / allPassTimeforAllMethods * HUNDRED_TIME << "% "; in PrintPassTime()
180 … << std::setprecision(PERCENT_LENS) << key / methodTotalTime * HUNDRED_TIME << "% "; in PrintMethodTime()
Dcompiler_log.h124 static constexpr int HUNDRED_TIME = 100; variable
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.h59 static constexpr int HUNDRED_TIME = 100; variable
Dmethod_type_infer.cpp1489 … << std::fixed << std::setprecision(PERCENT_LENS) << rate * HUNDRED_TIME << "%"; in VerifyTypePercent()