Searched defs:strIdx (Results 1 - 11 of 11) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
H A D | mir_symbol_builder.cpp | 31 MIRSymbol *MIRSymbolBuilder::CreateSymbol(TyIdx tyIdx, GStrIdx strIdx, MIRSymKind mClass, MIRStorageClass sClass, in CreateSymbol() argument
|
H A D | mir_type.cpp | 319 inline void DumpTypeName(GStrIdx strIdx, bool isLocal) in DumpTypeName() argument 324 static bool CheckAndDumpTypeName(GStrIdx strIdx, bool isLocal) in CheckAndDumpTypeName() argument
|
H A D | mir_function.cpp | 124 GStrIdx strIdx = GlobalTables::GetStrTable().GetOrCreateStrIdxFromName(name); in GetOrCreateLableIdxFromName() local
|
H A D | mir_builder.cpp | 23 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 D | mir_builder.h | 104 GStrIdx GetOrCreateStringIndex(GStrIdx strIdx, const std::string &str) const in GetOrCreateStringIndex() argument
|
H A D | mir_type.h | 704 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 D | mir_symbol.h | 285 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 D | mir_function.h | 257 GStrIdx strIdx = GetLabelStringIndex(labelIdx); in GetLabelName() local
|
/arkcompiler/runtime_core/static_core/compiler/tools/paoc/ |
H A D | paoc_clusters.h | 122 const auto *strIdx = idx.Get<StringT>(); in InitClustersMap() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
H A D | x64_emitter.cpp | 1670 uint32 strIdx = strCt.GetValue().GetIdx(); in EmitSingleElement() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | emit.cpp | 1487 GStrIdx strIdx = GlobalTables::GetStrTable().GetOrCreateStrIdxFromName(typeName); in EmitAsmLabel() local
|
Completed in 18 milliseconds