Home
last modified time | relevance | path

Searched refs:COLUMN_WIDTH (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_trace.h31 static constexpr int COLUMN_WIDTH = NAME_WIDTH + WIDTH * 6; member in panda::ecmascript::pgo::PGOTrace
41 int halfWidth = (COLUMN_WIDTH - std::strlen(TITLE_TEXT)) / 2 + 1; in Title()
/arkcompiler/runtime_core/abc2program/common/
H A Dabc_file_utils.h52 constexpr uint32_t COLUMN_WIDTH = 10; member
/arkcompiler/runtime_core/abc2program/
H A Dprogram_dump.cpp335 os << std::setw(COLUMN_WIDTH) << std::left << DUMP_CONTENT_SPACE in DumpOriginalFunctionIns()
392 os << std::setw(COLUMN_WIDTH) << std::left << DUMP_CONTENT_SPACE in DumpFinalIns()

Completed in 4 milliseconds