Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dproepilog.cpp110 MIRType *elemType = structType.GetElemType(i); in IncludeArray() local
Demit.cpp1801 MIRType *elemType = structType.GetElemType(i); in EmitStructConstant() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp907 MIRType *elemType = GetElemType(); in GetCompactMplTypeName() local
926 MIRType *elemType = GetElemType(); in GetCompactMplTypeName() local
955 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(GetElemTyIdx()); in DetermineName() local
1667 MIRType *elemType = GetElemType(); in GetMplTypeName() local
1675 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(eTyIdx); in HasFields() local
1684 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(eTyIdx); in NumberOfFieldIDs() local
1691 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(eTyIdx); in EmbeddedStructType() local
1738 auto elemType = GetElemType(); in ElemNumber() local
1763 MIRType *elemType = GetElemType(); in GetMplTypeName() local
1771 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(elemTyIdx); in HasFields() local
[all …]
Dparser.cpp2235 … MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(arrayType.GetElemTyIdx()); in ParseInitValue() local
/arkcompiler/runtime_core/static_core/plugins/ets/disassembler/
Ddisasm_ets_plugin.cpp230 auto elemType = AnnotationTagToString(annotationAccessor.GetTag(i).GetItem()); in GetETSAnnotation() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp314 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(arrayType.GetElemTyIdx()); in ComputeArrayTypeSizesAligns() local
345 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(arrayType.GetElemTyIdx()); in ComputeFArrayOrJArrayTypeSizesAligns() local
Dlower.cpp2055 MIRType *elemType = baseType1->GetElemType(); in GetArrayNodeType() local
3860 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(jaryType->GetElemTyIdx()); in LowerJarrayMalloc() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dclass_hierarchy.cpp1058 MIRType *elemType = in NotCyclicType() local
Dsimplify.cpp1134 MIRType *elemType = arrayType->GetElemType(); in ExpandMemset() local
1358 MIRType *elemType = arrayType->GetElemType(); in ExpandMemcpy() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp1992 checker::Type *GetIteratorType(ETSChecker *checker, checker::Type *elemType, ir::AstNode *left) in GetIteratorType() argument
2035 checker::Type *elemType; in Check() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1637 …MIRType *elemType = structKind == kTypeUnion ? &(elemConst->GetType()) : structType.GetElemType(i); in EmitStructure() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp177 ArrayType *LMIRBuilder::CreateArrayType(Type *elemType, std::vector<uint32_t> &dimSize) in CreateArrayType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6413 MIRType *elemType = GlobalTables::GetTypeTable().GetTypeFromTyIdx(jaryType->GetElemTyIdx()); in SelectJarrayMalloc() local