Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DcodeGen.cpp207 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local
233 util::StringView labelName = label != nullptr ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
DdynamicContext.cpp128 const auto &labelName = iter->Target().ContinueLabel(); in AbortContext() local
Dpandagen.cpp829 util::StringView labelName = label ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local
854 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp347 std::string labelName = labelNameStream.str(); in AddToStringLabelMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1631 const string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local
1661 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitJmpTable() local
1793 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitSingleElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Dasm_assembler.h532 std::string labelName = GetNameFromSymMap(symIdx); in EmitLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dobj_emit.h473 void RegisterGlobalLabel(const std::string labelName, ObjLabel label) in RegisterGlobalLabel()
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-parser.cpp938 for (const auto &labelName : labelNames) { in PrepareCatchBlock() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_emitter.cpp45 const std::string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local