Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Dtyped_array_helper-inl.h125 …SFunction> TypedArrayHelper::GetConstructorFromType(JSThread *thread, const DataViewType arrayType) in GetConstructorFromType()
155 uint32_t TypedArrayHelper::GetSizeFromType(const DataViewType arrayType) in GetSizeFromType()
Dtyped_array_helper.cpp43 const DataViewType arrayType) in TypedArrayConstructor()
87 const DataViewType arrayType) in FastCopyElementFromArray()
111 const DataViewType arrayType) in CreateFromOrdinaryObject()
204 const DataViewType arrayType) in CreateFromTypedArray()
307 const DataViewType arrayType) in CreateFromArrayBuffer()
382 const DataViewType arrayType) in AllocateTypedArray()
419 const DataViewType arrayType) in AllocateTypedArray()
442 const DataViewType arrayType) in AllocateTypedArrayBuffer()
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyProgramProto.cpp88 auto &arrayType = Type::Deserialize(protoArrayType, allocator); in Deserialize() local
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtupleType.cpp30 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp354 JSHandle<TSArrayType> arrayType(type); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type_parser.cpp241 … JSHandle<TSArrayType> arrayType = ParseArrayType(jsPandaFile, recordName, typeLiteralExtractor); in ParseNonImportType() local
405 JSHandle<TSArrayType> arrayType = factory_->NewTSArrayType(); in ParseArrayType() local
Dts_manager.cpp748 JSHandle<TSArrayType> arrayType = JSHandle<TSArrayType>(tsType); in GetArrayParameterTypeGT() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp568 ArrayType arrayType(this, typeAnnotation->AsTSArrayType()); in GetTypeIndexFromAnnotation() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1029 JSHandle<TSArrayType> arrayType = factory->NewTSArrayType(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp1256 uint32_t arrayType = TypedArrayHelper::GetSizeFromType(viewType); in ReadByteArray() local
Dobject_factory.cpp3363 JSHandle<TSArrayType> arrayType(thread_, header); in NewTSArrayType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dts_hcr_lowering.cpp751 GateType arrayType = acc_.GetGateType(array); in LowerTypedLdTypedArrayLength() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1610 auto *arrayType = AllocNode<ir::TSArrayType>(elementType); in ParseTsArrayType() local