Home
last modified time | relevance | path

Searched defs:WIDTH (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/util/
Dstr.h78 constexpr size_t WIDTH = sizeof(Offset) + (std::is_signed_v<Offset> ? 1 : 0); in OffsetToHexStr() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_trace.h30 static constexpr int WIDTH = 20; variable
/arkcompiler/runtime_core/libpandafile/
Dfile_writer.h195 static constexpr size_t WIDTH = std::numeric_limits<uint8_t>::digits; in RewriteChecksum() local
/arkcompiler/runtime_core/static_core/runtime/
Dcframe.cpp220 constexpr size_t WIDTH = 16; in Dump() local