Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp127 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(lableIdx); in CreateCondGotoStmt()
181 mirModule.CurFunction()->GetLabelTab()->AddToStringLabelMap(gotoLableIdx); in CreateBrFalseAndGotoStmt()
Dmir_symbol.cpp340 void MIRLabelTable::AddToStringLabelMap(LabelIdx labelIdx) in AddToStringLabelMap() function in maple::MIRLabelTable
Dmir_function.cpp125 GetLabelTab()->AddToStringLabelMap(labelIdx); in GetOrCreateLableIdxFromName()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_symbol.h763 void AddToStringLabelMap(LabelIdx labelIdx);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp362 (void)module.CurFunction()->GetLabelTab()->AddToStringLabelMap(labelIdx); in CreateBB()