Home
last modified time | relevance | path

Searched refs:EmitDirectString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dassembler.h115 …virtual void EmitDirectString(const std::string &ustr, bool belongsToDataSec = true, int64 strSymI…
Dasm_assembler.h56 …void EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAs…
Delf_assembler.h50 …void EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAs…
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp142 void AsmAssembler::EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx… in EmitDirectString() function in assembler::AsmAssembler
Dx64_emitter.cpp1877 assmbler.EmitDirectString(ustr, belongsToDataSec); in EmitSingleElement()
2051 assmbler.EmitDirectString(ustr, true, strSymIdx); in EmitStringPointers()
Delf_assembler.cpp187 void ElfAssembler::EmitDirectString(const std::string &str, bool belongsToDataSec, int64 strSymIdx,… in EmitDirectString() function in assembler::ElfAssembler