Home
last modified time | relevance | path

Searched defs:labelName (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A 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_be/include/cg/x86_64/assembler/
H A Dasm_assembler.h532 std::string labelName = GetNameFromSymMap(symIdx); in EmitLabel() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dobj_emit.h75 std::string labelName; /* target label name */ member in maplebe::Fixup
473 void RegisterGlobalLabel(const std::string labelName, ObjLabel label) in RegisterGlobalLabel() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1499 const string &labelName = cgFunc.GetFunction().GetLabelTab()->GetName(labIdx); in EmitBBHeaderLabel() local
1529 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitJmpTable() local
1661 string labelName = ".L." + to_string(funcUniqueId) + "__" + to_string(labelIdx); in EmitSingleElement() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp810 util::StringView labelName = label ? label->Name() : LabelTarget::BREAK_LABEL; in ControlFlowChangeBreak() local
835 util::StringView labelName = label ? label->Name() : LabelTarget::CONTINUE_LABEL; in ControlFlowChangeContinue() local

Completed in 10 milliseconds