Home
last modified time | relevance | path

Searched refs:ALIGN_BUF_SIZE (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/ir/
H A Ddump.cpp408 static constexpr auto ALIGN_BUF_SIZE = 64; in Dump() local
409 if (auto pos_diff = out->tellp() - operands_pos; pos_diff < ALIGN_BUF_SIZE) { in Dump()
410 pos_diff = ALIGN_BUF_SIZE - pos_diff; in Dump()
411 static std::array<char, ALIGN_BUF_SIZE + 1> space_buf; in Dump()
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
H A Ddump.cpp1157 static constexpr auto ALIGN_BUF_SIZE = 64; in Dump() local
1158 if (auto posDiff = out->tellp() - operandsPos; posDiff < ALIGN_BUF_SIZE) { in Dump()
1159 posDiff = ALIGN_BUF_SIZE - posDiff; in Dump()
1160 static std::array<char, ALIGN_BUF_SIZE + 1> spaceBuf; in Dump()

Completed in 4 milliseconds