Home
last modified time | relevance | path

Searched refs:GetNameStrIdx (Results 1 – 25 of 30) sorted by relevance

12

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_init.cpp97 … selfClassName = GlobalTables::GetStrTable().GetStringFromStrIdx(selfClassType->GetNameStrIdx()); in ProcessFunc()
119 …d::string &className = GlobalTables::GetStrTable().GetStringFromStrIdx(classType->GetNameStrIdx()); in ProcessFunc()
154 … CHECK_FATAL(classType->GetNameStrIdx() != 0u, "symbol name is null for type index %d", in ProcessFunc()
157 GlobalTables::GetStrTable().GetStringFromStrIdx(classType->GetNameStrIdx()); in ProcessFunc()
Dclone.cpp158 auto fullNameIdx = newFunc.GetNameStrIdx(); in CopyFuncInfo()
182 auto fullNameIdx = newFunc.GetNameStrIdx(); in UpdateFuncInfo()
Dclass_hierarchy.cpp339 return (type != nullptr ? GetKlassFromStrIdx(type->GetNameStrIdx()) : nullptr); in GetKlassFromTyIdx()
549 … << GlobalTables::GetStrTable().GetStringFromStrIdx(type->GetNameStrIdx()) in AddKlasses()
554 GStrIdx stridx = type->GetNameStrIdx(); in AddKlasses()
565 GStrIdx strIdx = type->GetNameStrIdx(); in AddKlasses()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Ddebug_info.cpp397 if (stridxDieIdMap.find(func->GetNameStrIdx().GetIdx()) == stridxDieIdMap.end()) { in BuildDebugInfo()
404 … if (funcDefStrIdxDieIdMap.find(func->GetNameStrIdx().GetIdx()) == funcDefStrIdxDieIdMap.end()) { in BuildDebugInfo()
478 die->AddAttr(DW_AT_name, DW_FORM_strp, sym->GetNameStrIdx().GetIdx()); in CreateFormalParaDie()
483 SetLocalDie(func, sym->GetNameStrIdx(), die); in CreateFormalParaDie()
525 GStrIdx strIdx = sym->GetNameStrIdx(); in CreateVarDie()
584 uint32 funcnameidx = func->GetNameStrIdx().GetIdx(); in GetOrCreateFuncDeclDie()
639 uint32 funcnameidx = func->GetNameStrIdx().GetIdx(); in GetOrCreateFuncDefDie()
705 if (ty->GetNameStrIdx().GetIdx() == 0) { in GetOrCreatePrimTypeDie()
714 die->AddAttr(DW_AT_name, DW_FORM_strp, ty->GetNameStrIdx().GetIdx()); in GetOrCreatePrimTypeDie()
756 uint32 sid = type->GetNameStrIdx().GetIdx(); in GetOrCreateTypeDie()
[all …]
Dglobal_tables.cpp123 GStrIdx stridx = pType.GetNameStrIdx(); in CreateMirTypeNodeAt()
312 if (typeTable[tyIdx]->GetNameStrIdx() == 0u) { in GetOrCreateClassOrInterface()
540 GStrIdx strIdx = st.GetNameStrIdx(); in AddToStringSymbolMap()
550 const auto it = strIdxToStIdxMap.find(st.GetNameStrIdx()); in RemoveFromStringSymbolMap()
Dmir_pragma.cpp356 GStrIdx gStrIdx = GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx)->GetNameStrIdx(); in Dump()
367 gStrIdx = e->GetNameStrIdx(); in Dump()
Dmir_module.cpp265 } else if (type->GetNameStrIdx() == *it) { in DumpGlobals()
422 } else if (type->GetNameStrIdx() == *it) { in DumpDefType()
521 … const std::string &name = GlobalTables::GetStrTable().GetStringFromStrIdx(type->GetNameStrIdx()); in DumpToHeaderFile()
573 const std::string &name = GlobalTables::GetStrTable().GetStringFromStrIdx(ty.GetNameStrIdx()); in DumpTypeTreeToCxxHeaderFile()
669 if (type->GetNameStrIdx() == it.first && type->GetKind() != kTypeByName) { in DumpClassToFile()
Dbin_mpl_export.cpp505 OutputStr(e.GetNameStrIdx()); in OutputPragmaElement()
540 OutputStr(type.GetNameStrIdx()); in OutputTypeBase()
570 WriteAsciiStr(GlobalTables::GetStrTable().GetStringFromStrIdx(funcSt->GetNameStrIdx())); in OutputMethodPair()
692 OutputStr(sym->GetNameStrIdx()); in OutputSymbol()
784 if ((*func2SEMap).find(func->GetNameStrIdx()) == (*func2SEMap).end()) { in OutputFunction()
785 (*func2SEMap)[func->GetNameStrIdx()] = se; in OutputFunction()
786 } else if ((*func2SEMap)[func->GetNameStrIdx()] != se) { in OutputFunction()
806 OutputStr(sym->GetNameStrIdx()); in WriteStrField()
Dmir_function.cpp58 GStrIdx MIRFunction::GetNameStrIdx() const in GetNameStrIdx() function in maple::MIRFunction
62 return mirSymbol->GetNameStrIdx(); in GetNameStrIdx()
124 … FormalDef formalDef(symbol->GetNameStrIdx(), symbol, symbol->GetTyIdx(), symbol->GetAttrs()); in ReconstructFormals()
Dverify_annotation.cpp76 pragma->SetStrIdx(clsType.GetNameStrIdx()); in NewPragmaRTAnnotation()
Dparser.cpp742 fn->SetBaseClassFuncNames(funcSymbol->GetNameStrIdx()); in ParseFields()
850 structType.SetNameStrIdx(prevType->GetNameStrIdx()); in ParseStructType()
897 classType.SetNameStrIdx(prevType->GetNameStrIdx()); in ParseClassType()
942 interfaceType.SetNameStrIdx(prevType->GetNameStrIdx()); in ParseInterfaceType()
1682 if (GlobalTables::GetTypeTable().GetTypeFromTyIdx(tyIdx)->GetNameStrIdx() == 0u) { in ParseTypedef()
1713 if (ehTypeNameIdx == ehType->GetNameStrIdx()) { in ParseTypedef()
2152 func->SetBaseClassFuncNames(funcSymbol->GetNameStrIdx()); in ParseFunction()
2884 MIRSymbol *prevSt = GlobalTables::GetGsymTable().GetSymbolFromStrIdx(st.GetNameStrIdx()); in ParseMIRForVar()
2917 prevSt->SetNameStrIdx(st.GetNameStrIdx()); in ParseMIRForVar()
2928 MIRSymbol *newst = mirBuilder.CreateSymbol(st.GetTyIdx(), st.GetNameStrIdx(), st.GetSKind(), in ParseMIRForVar()
[all …]
Dmir_type.cpp1012 GStrIdx typeNameIdx = GetPointedType()->GetNameStrIdx(); in PointsToConstString()
1350 … GStrIdx stridx = GlobalTables::GetTypeTable().GetTypeFromTyIdx(interfaces[i])->GetNameStrIdx(); in DumpInterfaces()
1610 …std::string &name = GlobalTables::GetStrTable().GetStringFromStrIdx(typeParmType->GetNameStrIdx()); in Dump()
1622 DumpTypeName(genericType->GetNameStrIdx(), genericType->IsNameIsLocal()); in Dump()
1885 if (type.GetNameStrIdx() != nameStrIdx) { in EqualTo()
1995 …return type.GetKind() == typeKind && type.GetNameStrIdx() == nameStrIdx && type.IsNameIsLocal() ==… in EqualTo()
2000 return type.GetKind() == typeKind && type.GetNameStrIdx() == nameStrIdx; in EqualTo()
Dbin_mpl_import.cpp343 fn->SetBaseClassFuncNames(funcSt->GetNameStrIdx()); in ImportMethodPair()
902 TyIdx prevTyIdx = mod.GetTypeNameTab()->GetTyIdxFromGStrIdx(type.GetNameStrIdx()); in InsertInTypeTables()
925 GlobalTables::GetTypeNameTable().SetGStrIdxToTyIdx(resultTypePtr->GetNameStrIdx(), in InsertInTypeTables()
934 GStrIdx stridx = resultTypePtr->GetNameStrIdx(); in InsertInTypeTables()
1062 func->SetBaseClassFuncNames(funcSt->GetNameStrIdx()); in ImportFunction()
Dmir_symbol.cpp358 … strIdx = GlobalTables::GetTypeTable().GetTypeFromTyIdx(pType->GetPointedTyIdx())->GetNameStrIdx(); in IgnoreRC()
Dbin_func_export.cpp69 OutputStr(sym->GetNameStrIdx()); in OutputLocalSymbol()
Dmir_nodes.cpp2027 …s &toKlass = utils::ToRef(verifyResult.GetKlassHierarchy().GetKlassFromStrIdx(to.GetNameStrIdx())); in CheckFromJarray()
2057 Klass &fromKlass = utils::ToRef(klassHierarchy.GetKlassFromStrIdx(from.GetNameStrIdx())); in IsJavaAssignable()
2058 Klass &toKlass = utils::ToRef(klassHierarchy.GetKlassFromStrIdx(to.GetNameStrIdx())); in IsJavaAssignable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_pragma.h102 const GStrIdx GetNameStrIdx() const in GetNameStrIdx() function
Dmir_symbol.h299 GStrIdx GetNameStrIdx() const in GetNameStrIdx() function
663 GStrIdx strIdx = st.GetNameStrIdx(); in AddToStringSymbolMap()
Dmir_function.h98 GStrIdx GetNameStrIdx() const;
179 FormalDef formalDef(st->GetNameStrIdx(), st, st->GetTyIdx(), st->GetAttrs()); in AddArgument()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg.cpp225 … auto &fieldTypeName = GlobalTables::GetStrTable().GetStringFromStrIdx(fieldType->GetNameStrIdx()); in AppendReferenceOffsets64()
Dcg_phasemanager.cpp312 if (m.IsInPartO2List(mirFunc->GetNameStrIdx())) { in PhaseRun()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp163 uint32 symIdx = v->GetSymbol()->GetNameStrIdx().get(); in TransferImm()
199 symIdx = symbol->GetNameStrIdx().get(); in TransferMem()
237 uint32 funcSymIdx = v->GetFunctionSymbol()->GetNameStrIdx().get(); in TransferFuncName()
1525 uint32 symIdx = funcSymbol->GetNameStrIdx().get(); in EmitFunctionHeader()
1575 uint32 symIdx = st->GetNameStrIdx().get(); in EmitJmpTable()
1599 uint32 symIdx = funcSymbol->GetNameStrIdx().get(); in EmitFunctionFoot()
1811 uint32 symIdx = symAddrSym->GetNameStrIdx(); in EmitAddrofElement()
1840 uint32 symIdx = symAddrSym->GetNameStrIdx(); in EmitSingleElement()
2001 uint32 symIdx = symbol->GetNameStrIdx().get(); in EmitLocalVariable()
2075 int64 symIdx = mirSymbol->GetNameStrIdx().get(); in EmitGlobalVariable()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cg.cpp344 GStrIdx nameIdx = ty->GetNameStrIdx(); in GenerateObjectMaps()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/include/
Dclass_hierarchy.h99 return structType->GetNameStrIdx(); in GetKlassNameStrIdx()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp665 GlobalTables::GetStrTable().GetStringFromStrIdx(pointType->GetNameStrIdx()); in CreateBasicBlocks()

12