Home
last modified time | relevance | path

Searched defs:labelName (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp206 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local
232 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp468 std::string labelName = labelNameStream.str(); in CreateLabelWithPrefix() local
488 std::string labelName = labelNameStream.str(); in AddToStringLabelMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dasm_assembler.h520 std::string labelName = GetNameFromSymMap(symIdx); in EmitLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclone.cpp96 const std::string &labelName = oldFunc.GetLabelTabItem(static_cast<uint32>(i)); in CloneLabels() local
Dsimplify.cpp375 const std::string &labelName = func->GetLabelTabItem(labelNode->GetLabelIdx()); in SimplifyToSelect() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1557 const string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local
1587 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitJmpTable() local
1860 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitSingleElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h434 void RegisterGlobalLabel(const std::string labelName, ObjLabel label) in RegisterGlobalLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp60 std::string labelName = ".Label.name." + cgFunc.GetFunction().GetName(); in EmitRefToMethodInfo() local
287 const std::string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp870 for (const auto &labelName : labelNames) { in PrepareCatchBlock() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp817 util::StringView labelName = label ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local
842 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp582 auto labelName = labels[i].asString(); in ParseFunctionLabels() local