Searched defs:arrayType (Results 1 – 12 of 12) sorted by relevance
125 …SFunction> TypedArrayHelper::GetConstructorFromType(JSThread *thread, const DataViewType arrayType) in GetConstructorFromType()155 uint32_t TypedArrayHelper::GetSizeFromType(const DataViewType arrayType) in GetSizeFromType()
42 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()
88 auto &arrayType = Type::Deserialize(protoArrayType, allocator); in Deserialize() local
30 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
159 JSHandle<TSArrayType> arrayType = ParseArrayType(jsPandaFile, recordName, literal); in ParseNonImportType() local362 JSHandle<TSArrayType> arrayType = factory_->NewTSArrayType(); in ParseArrayType() local
594 JSHandle<TSArrayType> arrayType = JSHandle<TSArrayType>(tsType); in GetArrayParameterTypeGT() local
352 JSHandle<TSArrayType> arrayType(type); in HWTEST_F_L0() local
439 ArrayType arrayType(this, typeAnnotation->AsTSArrayType()); in GetTypeIndexFromAnnotation() local
1027 JSHandle<TSArrayType> arrayType = factory->NewTSArrayType(); in HWTEST_F_L0() local
1259 uint32_t arrayType = TypedArrayHelper::GetSizeFromType(viewType); in ReadByteArray() local
3352 JSHandle<TSArrayType> arrayType(thread_, header); in NewTSArrayType() local
1527 auto *arrayType = AllocNode<ir::TSArrayType>(elementType); in ParseTsArrayType() local