Home
last modified time | relevance | path

Searched defs:strIdx (Results 1 - 11 of 11) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_symbol_builder.cpp31 MIRSymbol *MIRSymbolBuilder::CreateSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageClass sClass, in CreateSymbol() argument
H A Dmir_type.cpp319 inline void DumpTypeName(GStrIdx strIdx, bool isLocal) in DumpTypeName() argument
324 static bool CheckAndDumpTypeName(GStrIdx strIdx, bool isLocal) in CheckAndDumpTypeName() argument
H A Dmir_function.cpp124 GStrIdx strIdx = GlobalTables::GetStrTable().GetOrCreateStrIdxFromName(name); in GetOrCreateLableIdxFromName() local
H A Dmir_builder.cpp23 GStrIdx strIdx = GetStringIndex(str); in GetOrCreateFunction() local
68 GStrIdx strIdx = GetOrCreateStringIndex(name); in CreateFunction() local
106 GStrIdx strIdx = GetStringIndex(str); in GetOrCreateLocalDecl() local
159 CreateSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageClass sClass, MIRFunction *func, uint8 scpID) const CreateSymbol() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_builder.h104 GStrIdx GetOrCreateStringIndex(GStrIdx strIdx, const std::string &str) const in GetOrCreateStringIndex() argument
H A Dmir_type.h704 MIRType(MIRTypeKind kind, GStrIdx strIdx) : typeKind(kind), nameStrIdx(strIdx) {} in MIRType() argument
706 MIRType(MIRTypeKind kind, PrimType pType, GStrIdx strIdx) : typeKind(kind), primType(pType), nameStrIdx(strIdx) {} in MIRType() argument
760 void SetNameStrIdx(GStrIdx strIdx) in SetNameStrIdx() argument
841 MIRPtrType(PrimType primType, GStrIdx strIdx) : MIRType(kTypePointer, primType, strIdx), pointedTyIdx(0) {} in MIRPtrType() argument
919 explicit MIRArrayType(GStrIdx strIdx) : MIRType(kTypeArray, strIdx) {} in MIRArrayType() argument
[all...]
H A Dmir_symbol.h285 void SetNameStrIdx(GStrIdx strIdx) in SetNameStrIdx() argument
647 GStrIdx strIdx = st.GetNameStrIdx(); in AddToStringSymbolMap() local
741 GStrIdx strIdx = GlobalTables::GetStrTable().GetOrCreateStrIdxFromName(std::to_string(labelIdx)); in CreateLabel() local
H A Dmir_function.h257 GStrIdx strIdx = GetLabelStringIndex(labelIdx); in GetLabelName() local
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/
H A Dpaoc_clusters.h122 const auto *strIdx = idx.Get<StringT>(); in InitClustersMap() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1670 uint32 strIdx = strCt.GetValue().GetIdx(); in EmitSingleElement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Demit.cpp1487 GStrIdx strIdx = GlobalTables::GetStrTable().GetOrCreateStrIdxFromName(typeName); in EmitAsmLabel() local

Completed in 18 milliseconds