Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp231 int64 labelSymIdx = CalculateLabelSymIdx(funcUniqueId, v->GetLabelIndex()); in TransferLabel() local
1568 int64 labelSymIdx = CalculateLabelSymIdx(funcUniqueId, labIdx); in EmitBBHeaderLabel() local
1603 int64 labelSymIdx = CalculateLabelSymIdx(funcUniqueId, labelIdx); in EmitJmpTable() local
Delf_assembler.cpp142 void ElfAssembler::EmitBBLabel(int64 labelSymIdx, bool genVerboseInfo, uint32 freq, const std::stri… in EmitBBLabel()
151 for (auto labelSymIdx : labelSymIdxs) { in EmitJmpTableElem() local
1089 …int64 labelSymIdx = CalculateStrLabelSymIdx(static_cast<int64>(strLabelId), static_cast<int64>(str… in EmitDwFormStrp() local
Dasm_assembler.cpp58 void AsmAssembler::EmitBBLabel(int64 labelSymIdx, bool genVerboseInfo, uint32 freq, const std::stri… in EmitBBLabel()