Home
last modified time | relevance | path

Searched refs:kTypeFArray (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h232 kTypeFArray, enumerator
1325 MIRFarrayType() : MIRType(kTypeFArray, PTY_agg), elemTyIdx(TyIdx(0)) {}; in MIRFarrayType()
1327 explicit MIRFarrayType(TyIdx elemTyIdx) : MIRType(kTypeFArray, PTY_agg), elemTyIdx(elemTyIdx) {} in MIRFarrayType()
1329 …explicit MIRFarrayType(GStrIdx strIdx) : MIRType(kTypeFArray, PTY_agg, strIdx), elemTyIdx(TyIdx(0)… in MIRFarrayType()
Dir_safe_cast_traits.def39 REGISTER_SAFE_CAST(MIRFarrayType, from.GetKind() == kTypeFArray ||
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dbecommon.cpp369 case kTypeFArray: in ComputeTypeSizesAligns()
Dlower.cpp534 if (aType->GetKind() == kTypeFArray || aType->GetKind() == kTypeJArray) { in LowerArray()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/litecg/
Dlmir_builder.cpp101 case MIRTypeKind::kTypeFArray: in LiteCGGetTypeKind()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp764 if (aType->GetKind() == kTypeFArray) { in LowerCArray()
Dbin_mpl_export.cpp325 RegisterFactoryFunction<OutputTypeFactory>(kTypeFArray, OutputTypeFArray); in InitOutputTypeFactory()
Ddebug_info.cpp775 case kTypeFArray: in GetOrCreateTypeDie()
Dmir_type.cpp2726 } else if (arrayType.GetKind() == kTypeFArray) { in GetElemType()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp1863 if (aType->GetKind() == kTypeFArray || aType->GetKind() == kTypeJArray) { in GetPointedToType()