Home
last modified time | relevance | path

Searched defs:arrayType (Results 1 – 12 of 12) 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.cpp42 const DataViewType arrayType) in TypedArrayConstructor()
86 const DataViewType arrayType) in CreateFromOrdinaryObject()
177 const DataViewType arrayType) in CreateFromTypedArray()
278 const DataViewType arrayType) in CreateFromArrayBuffer()
353 const DataViewType arrayType) in AllocateTypedArray()
391 const DataViewType arrayType) in AllocateTypedArray()
415 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/
Dts_type_parser.cpp159 JSHandle<TSArrayType> arrayType = ParseArrayType(jsPandaFile, recordName, literal); in ParseNonImportType() local
362 JSHandle<TSArrayType> arrayType = factory_->NewTSArrayType(); in ParseArrayType() local
Dts_manager.cpp594 JSHandle<TSArrayType> arrayType = JSHandle<TSArrayType>(tsType); in GetArrayParameterTypeGT() local
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp352 JSHandle<TSArrayType> arrayType(type); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeExtractor.cpp439 ArrayType arrayType(this, typeAnnotation->AsTSArrayType()); in GetTypeIndexFromAnnotation() local
/arkcompiler/ets_runtime/ecmascript/tests/
Ddump_test.cpp1027 JSHandle<TSArrayType> arrayType = factory->NewTSArrayType(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp1259 uint32_t arrayType = TypedArrayHelper::GetSizeFromType(viewType); in ReadByteArray() local
Dobject_factory.cpp3352 JSHandle<TSArrayType> arrayType(thread_, header); in NewTSArrayType() local
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1527 auto *arrayType = AllocNode<ir::TSArrayType>(elementType); in ParseTsArrayType() local