Home
last modified time | relevance | path

Searched refs:emitAscii (Results 1 - 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h191 void EmitStr(const std::string &mplStr, bool emitAscii = false, bool emitNewline = false);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h66 void EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAscii) override;
H A Dassembler.h119 bool emitAscii = false) = 0;
H A Delf_assembler.h50 void EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAscii) override;
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dasm_assembler.cpp141 void AsmAssembler::EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAscii) in EmitDirectString() argument
150 if (emitAscii) { in EmitDirectString()
H A Delf_assembler.cpp187 void ElfAssembler::EmitDirectString(const std::string &str, bool belongsToDataSec, int64 strSymIdx, bool emitAscii) in EmitDirectString() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp524 void Emitter::EmitStr(const std::string &mplStr, bool emitAscii, bool emitNewline) in EmitAsmLabel() argument
530 if (emitAscii) { in EmitAsmLabel()

Completed in 17 milliseconds