Searched refs:emitAscii (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | emit.h | 191 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 D | asm_assembler.h | 66 void EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAscii) override;
|
H A D | assembler.h | 119 bool emitAscii = false) = 0;
|
H A D | elf_assembler.h | 50 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 D | asm_assembler.cpp | 141 void AsmAssembler::EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAscii) in EmitDirectString() argument 150 if (emitAscii) { in EmitDirectString()
|
H A D | elf_assembler.cpp | 187 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 D | emit.cpp | 524 void Emitter::EmitStr(const std::string &mplStr, bool emitAscii, bool emitNewline) in EmitAsmLabel() argument 530 if (emitAscii) { in EmitAsmLabel()
|
Completed in 17 milliseconds