Home
last modified time | relevance | path

Searched refs:SetAliasVarMap (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_scope.h68 void SetAliasVarMap(GStrIdx idx, const MIRAliasVars &vars) in SetAliasVarMap() function
Dmir_function.h878 void SetAliasVarMap(GStrIdx idx, const MIRAliasVars &vars) in SetAliasVarMap() function
880 scope->SetAliasVarMap(idx, vars); in SetAliasVarMap()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dparser.cpp2510 scope.SetAliasVarMap(strIdx, aliasVar); in ParseOneScope()
2603 mod.CurFunction()->SetAliasVarMap(strIdx, aliasVar); in ParseAlias()