Home
last modified time | relevance | path

Searched refs:NAME_WIDTH (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_trace.h29 static constexpr int NAME_WIDTH = 40; member in panda::ecmascript::pgo::PGOTrace
31 static constexpr int COLUMN_WIDTH = NAME_WIDTH + WIDTH * 6;
101 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << name_ << std::right << std::setw(WIDTH) << id_ in Print()
146 LOG_TRACE(INFO) << std::setw(NAME_WIDTH + WIDTH * (TOTAL_COLUMN - PROFILE_BYTECODE_TIME_COLUMN)) << "" in Print()
148 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << "Name" << std::right << std::setw(WIDTH) << "Id" in Print()
155 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << "MergeBeforeSave(ms) " << mergeTime_; in Print()
156 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << "MergeWithExistAP(ms) " << mergeWithExistProfileTime_; in Print()
157 LOG_TRACE(INFO) << std::left << std::setw(NAME_WIDTH) << "SaveAndRename(ms) " << saveTime_; in Print()
/arkcompiler/runtime_core/abc2program/common/
H A Dabc_file_utils.h56 constexpr uint32_t NAME_WIDTH = 13; member
/arkcompiler/runtime_core/abc2program/
H A Dprogram_dump.cpp594 os << std::setw(NAME_WIDTH) in DumpFunctionDebugInfo()
/arkcompiler/runtime_core/disassembler/
H A Ddisassembler.cpp2097 const int NAME_WIDTH = 14; in SerializeLocalVariableTable() local
2117 os << std::setw(NAME_WIDTH) << std::right << variable_info.name << " " << variable_info.type; in SerializeLocalVariableTable()

Completed in 6 milliseconds