Home
last modified time | relevance | path

Searched refs:AddToStringLabelMap (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_function.cpp77 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(label); in GetOrCreateBBLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp144 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lableIdx); in CreateCondGotoStmt()
197 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(gotoLableIdx); in CreateBrFalseAndGotoStmt()
356 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lalbeIdx); in LowerWhileStmt()
363 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(whileLalbeIdx); in LowerWhileStmt()
374 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(bodyLableIdx); in LowerWhileStmt()
446 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lIdx); in LowerDoloopStmt()
454 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(bodyLabelIdx); in LowerDoloopStmt()
519 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lIdx); in LowerDowhileStmt()
608 mirFunc->GetLabelTab()->AddToStringLabelMap(labIdx); in LowerEmbeddedCandCior()
662 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lIdx); in LowerCandCior()
Dmir_parser.cpp515 mod.CurFunction()->GetLabelTab()->AddToStringLabelMap(labIdx); in ParseStmtLabel()
548 mod.CurFunction()->GetLabelTab()->AddToStringLabelMap(labIdx); in ParseStmtGoto()
573 mod.CurFunction()->GetLabelTab()->AddToStringLabelMap(labIdx); in ParseStmtBr()
1350 mod.CurFunction()->GetLabelTab()->AddToStringLabelMap(labIdx); in ParseStmtAsm()
1406 mod.CurFunction()->GetLabelTab()->AddToStringLabelMap(labidx); in ParseStmtJsTry()
1424 mod.CurFunction()->GetLabelTab()->AddToStringLabelMap(labidx); in ParseStmtJsTry()
1450 mod.CurFunction()->GetLabelTab()->AddToStringLabelMap(labidx); in ParseStmtTry()
1658 mod.CurFunction()->GetLabelTab()->AddToStringLabelMap(labidx); in ParseStmtGosub()
Dmir_symbol.cpp481 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap() function in maple::MIRLabelTable
Dmir_function.cpp157 GetLabelTab()->AddToStringLabelMap(labelIdx); in GetOrCreateLableIdxFromName()
Dmir_builder.cpp1272 currentFunctionInner->GetLabelTab()->AddToStringLabelMap(lableIdx); in GetOrCreateMIRLabel()
1280 mirFunc.GetLabelTab()->AddToStringLabelMap(lableIdx); in CreateLabIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Djava_eh_lower.cpp124 GetMIRModule().CurFunction()->GetLabelTab()->AddToStringLabelMap(lbidx); in DoLowerBoundaryCheck()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h779 void AddToStringLabelMap(LabelIdx labelIdx);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Deh_func.cpp536 cgFunc->GetFunction().GetLabelTab()->AddToStringLabelMap(dfLabIdx); in InsertDefaultLabelAndAbortFunc()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp459 (void)module.CurFunction()->GetLabelTab()->AddToStringLabelMap(labelIdx); in CreateBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp331 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(targetIdx); in LowerComplexSelect()
366 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(EndIdx); in LowerComplexSelect()