Home
last modified time | relevance | path

Searched defs:elemType (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp882 MIRType *elemType = GetElemType(); in GetCompactMplTypeName() local
901 MIRType *elemType = GetElemType(); in GetCompactMplTypeName() local
916 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(GetElemTyIdx()); in DetermineName() local
1669 MIRType *elemType = GetElemType(); in GetMplTypeName() local
1677 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(eTyIdx); in HasFields() local
1686 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(eTyIdx); in NumberOfFieldIDs() local
1693 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(eTyIdx); in EmbeddedStructType() local
1740 auto elemType = GetElemType(); in ElemNumber() local
1765 MIRType *elemType = GetElemType(); in GetMplTypeName() local
1773 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(elemTyIdx); in HasFields() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dinstrument.cpp59 auto *elemType = GlobalTables::GetTypeTable().GetUInt64(); in GetOrCreateFuncCounter() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp230 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in EnumerateAnnotations() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp302 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(arrayType.GetElemTyIdx()); in ComputeArrayTypeSizesAligns() local
333 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(arrayType.GetElemTyIdx()); in ComputeFArrayOrJArrayTypeSizesAligns() local
Dlower.cpp1779 MIRType *elemType = baseType1->GetElemType(); in GetArrayNodeType() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerHelpers.cpp501 checker::Type *GetIteratorType(ETSChecker *checker, checker::Type *elemType, ir::AstNode *left) in GetIteratorType() argument
DETSAnalyzer.cpp1825 checker::Type *elemType = nullptr; in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1646 …MIRType *elemType = structKind == kTypeUnion ? &(elemConst->GetType()) : structType.GetElemType(i); in EmitStructure() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts847 for (const elemType of typeSet.types) { constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp179 ArrayType *LMIRBuilder::CreateArrayType(Type *elemType, std::vector<uint32_t> &dimSize) in CreateArrayType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Demit.cpp1887 MIRType *elemType = structType.GetElemType(i); in EmitStructConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp5824 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(jaryType->GetElemTyIdx()); in SelectJarrayMalloc() local