| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper-inl.h | 159 …SFunction> TypedArrayHelper::GetConstructorFromType(JSThread *thread, const DataViewType arrayType) in GetConstructorFromType() 189 …Value> TypedArrayHelper::GetConstructorNameFromType(JSThread *thread, const DataViewType arrayType) in GetConstructorNameFromType() 220 JSThread *thread, const JSHandle<JSTypedArray> &obj, const DataViewType arrayType) in GetOnHeapHclassFromType() 252 JSThread *thread, const JSHandle<JSTypedArray> &obj, const DataViewType arrayType) in GetNotOnHeapHclassFromType() 283 uint32_t TypedArrayHelper::GetSizeFromType(const DataViewType arrayType) in GetSizeFromType()
|
| D | typed_array_helper.cpp | 44 const DataViewType arrayType) in TypedArrayConstructor() 88 const DataViewType arrayType) in FastCopyElementFromArray() 113 const DataViewType arrayType) in CreateFromOrdinaryObject() 206 const DataViewType arrayType) in CreateFromTypedArray() 310 const DataViewType arrayType) in CreateFromArrayBuffer() 383 const DataViewType arrayType) in AllocateTypedArray() 420 const DataViewType arrayType) in AllocateTypedArray() 443 const DataViewType arrayType) in AllocateTypedArrayBuffer() 513 DataViewType arrayType = GetType(type); in TypedArraySpeciesCreate() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.cpp | 161 auto arrayType = pandasm::Type::FromName(irInterface_->GetTypeIdByOffset(inst->GetTypeId())); in IsMultidimensionalArray() local 321 auto arrayType = in FillLiteral() local
|
| /arkcompiler/ets_frontend/merge_abc/src/ |
| D | assemblyProgramProto.cpp | 88 auto &arrayType = Type::Deserialize(protoArrayType, allocator); in Deserialize() local
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | loop_idioms_test.cpp | 24 … bool CheckFillArrayFull(DataType::Type arrayType, RuntimeInterface::IntrinsicId expectedIntrinsic) in CheckFillArrayFull()
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
| D | tupleType.cpp | 29 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/types/ |
| D | tupleType.cpp | 30 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCreation.cpp | 124 auto *arrayType = Allocator()->New<ETSArrayType>(elementType); in CreateETSArrayType() local 530 …::StringView, SignatureInfo *> ETSChecker::CreateBuiltinArraySignatureInfo(ETSArrayType *arrayType, in CreateBuiltinArraySignatureInfo() 559 Signature *ETSChecker::CreateBuiltinArraySignature(ETSArrayType *arrayType, size_t dim) in CreateBuiltinArraySignature()
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsTuple.cpp | 171 auto *const arrayType = spreadType_->GetType(checker); in GetType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | parser.cpp | 329 MIRArrayType arrayType(tyIdx, vec); in ParseArrayType() local 1537 MIRArrayType *arrayType = static_cast<MIRArrayType *>(type); in FixForwardReferencedTypeForOneAgg() local 1543 MIRFarrayType *arrayType = static_cast<MIRFarrayType *>(type); in FixForwardReferencedTypeForOneAgg() local 2234 auto &arrayType = static_cast<MIRArrayType &>(type); in ParseInitValue() local 2863 auto *arrayType = static_cast<MIRArrayType *>(type); in IsTypeIncomplete() local
|
| D | mir_lower.cpp | 710 … MIRType &arrayType = *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyIdx(array->GetPrimType())); in LowerFarray() local 759 MIRArrayType *arrayType = static_cast<MIRArrayType *>(aType); in LowerCArray() local
|
| D | mir_builder.cpp | 824 ArrayNode *MIRBuilder::CreateExprArray(const MIRType &arrayType) in CreateExprArray() 834 ArrayNode *MIRBuilder::CreateExprArray(const MIRType &arrayType, BaseNode *op) in CreateExprArray() 842 ArrayNode *MIRBuilder::CreateExprArray(const MIRType &arrayType, BaseNode *op1, BaseNode *op2) in CreateExprArray() 850 ArrayNode *MIRBuilder::CreateExprArray(const MIRType &arrayType, std::vector<BaseNode *> ops) in CreateExprArray()
|
| D | global_tables.cpp | 231 MIRArrayType arrayType(elem.GetTypeIndex(), sizeVector); in GetOrCreateArrayType() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | becommon.cpp | 313 MIRArrayType &arrayType = static_cast<MIRArrayType &>(ty); in ComputeArrayTypeSizesAligns() local 344 MIRFarrayType &arrayType = static_cast<MIRFarrayType &>(ty); in ComputeFArrayOrJArrayTypeSizesAligns() local
|
| D | lower.cpp | 422 MIRType &arrayType = *GlobalTables::GetTypeTable().GetTypeFromTyIdx(TyIdx(array.GetPrimType())); in LowerFarray() local 500 MIRArrayType *arrayType = static_cast<MIRArrayType *>(aType); in LowerArrayDim() local 570 MIRArrayType *arrayType = static_cast<MIRArrayType *>(aType); in LowerArray() local 618 MIRArrayType *arrayType = static_cast<MIRArrayType *>(aType); in LowerCArray() local
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/ |
| D | ts_type_parser.cpp | 244 … JSHandle<TSArrayType> arrayType = ParseArrayType(jsPandaFile, recordName, typeLiteralExtractor); in ParseNonImportType() local 414 JSHandle<TSArrayType> arrayType = factory_->NewTSArrayType(); in ParseArrayType() local 684 JSHandle<TSArrayType> arrayType(genericsType); in InstantiateGenericsType() local
|
| D | ts_manager.cpp | 659 JSHandle<TSArrayType> arrayType = factory_->NewTSArrayType(); in CreateArrayType() local 692 JSHandle<TSArrayType> arrayType = JSHandle<TSArrayType>(tsType); in GetArrayParameterTypeGT() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 377 void ETSEmitter::GenGlobalArrayRecord(checker::ETSArrayType *arrayType, checker::Signature *signatu… in GenGlobalArrayRecord()
|
| /arkcompiler/ets_runtime/ecmascript/ts_types/tests/ |
| D | ts_type_parser_test.cpp | 354 JSHandle<TSArrayType> arrayType(type); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 434 auto arrayType = signatureInfo->restVar->TsType()->AsETSArrayType(); in Check() local 749 auto *const arrayType = expr->TsType()->AsETSArrayType(); in Check() local 1143 auto *const arrayType = checker->CreateETSArrayType(elementType)->AsETSArrayType(); in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 737 DataViewType arrayType = JSTypedArray::GetTypeFromName(thread, typeName); in GetOffHeapBuffer() local
|
| /arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
| D | typeExtractor.cpp | 578 ArrayType arrayType(this, typeAnnotation->AsTSArrayType()); in GetTypeIndexFromAnnotation() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | simplify.cpp | 1128 auto *arrayType = static_cast<MIRArrayType *>(memType); in ExpandMemset() local 1352 auto *arrayType = static_cast<MIRArrayType *>(memType); in ExpandMemcpy() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | dump_test.cpp | 1088 JSHandle<TSArrayType> arrayType = factory->NewTSArrayType(); in HWTEST_F_L0() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 1737 MIRArrayType &arrayType = static_cast<MIRArrayType &>(mirType); in EmitArray() local
|