Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp588 type.SetNameIsLocal(nameIsLocal); in ImportType()
606 type.SetNameIsLocal(nameIsLocal); in ImportType()
616 type.SetNameIsLocal(nameIsLocal); in ImportType()
626 type.SetNameIsLocal(nameIsLocal); in ImportType()
642 type.SetNameIsLocal(nameIsLocal); in ImportType()
661 type.SetNameIsLocal(nameIsLocal); in ImportType()
669 type.SetNameIsLocal(nameIsLocal); in ImportType()
677 type.SetNameIsLocal(nameIsLocal); in ImportType()
687 type.SetNameIsLocal(nameIsLocal); in ImportType()
695 type.SetNameIsLocal(nameIsLocal); in ImportType()
[all …]
Dparser.cpp1683 GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx)->SetNameIsLocal(true); in ParseTypedef()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h866 void SetNameIsLocal(bool flag) in SetNameIsLocal() function