Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_nodes.cpp717 constexpr int kSecondChar = 1;
723 buf[kSecondChar] = 0;
726 buf[kSecondChar] = *str;
740 buf[kSecondChar] = '0';
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp163 constexpr int kSecondChar = 1; in EmitDirectString() local
169 buf[kSecondChar] = 0; in EmitDirectString()
172 buf[kSecondChar] = *str; in EmitDirectString()
186 buf[kSecondChar] = '0'; in EmitDirectString()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp544 constexpr int kSecondChar = 1; in EmitAsmLabel() local
550 buf[kSecondChar] = 0; in EmitAsmLabel()
553 buf[kSecondChar] = *str; in EmitAsmLabel()
567 buf[kSecondChar] = '0'; in EmitAsmLabel()

Completed in 9 milliseconds