Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp715 constexpr int kBufSize = 5;
720 char buf[kBufSize];
745 int ret = snprintf_s(buf, sizeof(buf), kBufSize - 1, "\\%03o", static_cast<unsigned char>(*str) & 0xFF);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp161 constexpr int kBufSize = 5; in EmitDirectString() local
166 char buf[kBufSize]; in EmitDirectString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp542 constexpr int kBufSize = 5; in EmitAsmLabel() local
547 char buf[kBufSize]; in EmitAsmLabel()

Completed in 8 milliseconds