Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
Dmodule_section_des.h170 static constexpr int PERCENT_LENS = 4; variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp159 << std::fixed << std::setprecision(PERCENT_LENS) in PrintPassTime()
180 … << std::setprecision(PERCENT_LENS) << key / methodTotalTime * HUNDRED_TIME << "% "; in PrintMethodTime()
Dcompiler_log.h121 static constexpr int PERCENT_LENS = 4; variable
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/
Dmethod_type_infer.h58 static constexpr int PERCENT_LENS = 2;
Dmethod_type_infer.cpp1489 … << std::fixed << std::setprecision(PERCENT_LENS) << rate * HUNDRED_TIME << "%"; in VerifyTypePercent()