Home
last modified time | relevance | path

Searched defs:strSymIdx (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1885 …int64 strSymIdx = CalculateStrLabelSymIdx(GlobalTables::GetGsymTable().GetSymbolTableSize(), strId… in EmitSingleElement() local
2064 …int64 strSymIdx = CalculateStrLabelSymIdx(GlobalTables::GetGsymTable().GetSymbolTableSize(), strId… in EmitStringPointers() local
Dasm_assembler.cpp141 void AsmAssembler::EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx in EmitDirectString()
201 void AsmAssembler::EmitIndirectString(int64 strSymIdx, bool belongsToDataSec) in EmitIndirectString()
Delf_assembler.cpp187 void ElfAssembler::EmitDirectString(const std::string &str, bool belongsToDataSec, int64 strSymIdx,… in EmitDirectString()
214 void ElfAssembler::EmitIndirectString(int64 strSymIdx, bool belongsToDataSec) in EmitIndirectString()