Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcompiler_log.cpp115 LOG_COMPILER(INFO) << std::setw(PASS_LENS) << name_ << " " << std::setw(METHOD_LENS) in ~TimeScope()
177 LOG_COMPILER(INFO) << "method:" << std::setw(METHOD_LENS) << val.second in PrintMethodTime()
198 LOG_COMPILER(INFO) << " method: " << std::setw(METHOD_LENS) << it->first in PrintCompiledMethod()
213 LOG_COMPILER(INFO) << " method: " << std::setw(METHOD_LENS) << it.first in PrintPGOMismatchedMethod()
Dcompiler_log.h119 static constexpr int METHOD_LENS = 16; variable
186 static constexpr int METHOD_LENS = 16; variable