Home
last modified time | relevance | path

Searched defs:arrayType (Results 1 - 25 of 35) sorted by relevance

12

/arkcompiler/runtime_core/static_core/compiler/tests/
H A Dloop_idioms_test.cpp24 Graph *CheckFillArrayFullInitial(DataType::Type arrayType) in CheckFillArrayFullInitial() argument
62 void BuildExpectedFillArrayFull(Graph *expected, DataType::Type arrayType, in BuildExpectedFillArrayFull() argument
122 bool CheckFillArrayFull(DataType::Type arrayType, RuntimeInterface::IntrinsicId expectedIntrinsic) in CheckFillArrayFull() argument
[all...]
/arkcompiler/ets_frontend/merge_abc/src/
H A DassemblyProgramProto.cpp89 auto &arrayType = Type::Deserialize(protoArrayType, allocator); in Deserialize() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DspreadLowering.cpp51 std::string arrayType = array->TsType()->AsETSArrayType()->ElementType()->ToString(); in CreateETSCode() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsTuple.cpp138 auto *const arrayType = spreadType_->GetType(checker); in GetType() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
H A DtupleType.cpp29 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Dtyped_array_helper-inl.h211 JSHandle<JSFunction> TypedArrayHelper::GetConstructorFromType(JSThread *thread, const DataViewType arrayType) in GetConstructorFromType() argument
241 JSHandle<JSFunction> TypedArrayHelper::GetSharedConstructorFromType(JSThread *thread, const DataViewType arrayType) in GetSharedConstructorFromType() argument
271 JSHandle<JSTaggedValue> TypedArrayHelper::GetConstructorNameFromType(JSThread *thread, const DataViewType arrayType) in GetConstructorNameFromType() argument
301 GetSharedConstructorNameFromType(JSThread *thread, const DataViewType arrayType) GetSharedConstructorNameFromType() argument
332 GetOnHeapHclassFromType( JSThread *thread, const JSHandle<JSTypedArray> &obj, const DataViewType arrayType) GetOnHeapHclassFromType() argument
364 GetSharedOnHeapHclassFromType( JSThread *thread, const JSHandle<JSTypedArray> &obj, const DataViewType arrayType) GetSharedOnHeapHclassFromType() argument
396 GetNotOnHeapHclassFromType( JSThread *thread, const JSHandle<JSTypedArray> &obj, const DataViewType arrayType) GetNotOnHeapHclassFromType() argument
428 GetSharedNotOnHeapHclassFromType( JSThread *thread, const JSHandle<JSSharedTypedArray> &obj, const DataViewType arrayType) GetSharedNotOnHeapHclassFromType() argument
460 GetSizeFromType(const DataViewType arrayType) GetSizeFromType() argument
[all...]
H A Dtyped_array_helper.cpp33 TypedArrayConstructor(EcmaRuntimeCallInfo *argv, const JSHandle<JSTaggedValue> &constructorName, const DataViewType arrayType) TypedArrayConstructor() argument
84 SharedTypedArrayConstructor(EcmaRuntimeCallInfo *argv, const JSHandle<JSTaggedValue> &constructorName, const DataViewType arrayType) SharedTypedArrayConstructor() argument
137 FastCreateTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, uint32_t length, const DataViewType arrayType) FastCreateTypedArray() argument
187 AllocateTypedArrayBuffer( JSThread *thread, const JSHandle<JSObject> &obj, uint64_t length, const DataViewType arrayType) AllocateTypedArrayBuffer() argument
243 AllocateTypedArrayBuffer( JSThread *thread, const JSHandle<JSObject> &obj, uint64_t length, const DataViewType arrayType) AllocateTypedArrayBuffer() argument
305 FastCopyElementFromArray( EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const DataViewType arrayType) FastCopyElementFromArray() argument
338 CreateFromOrdinaryObject(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const DataViewType arrayType) CreateFromOrdinaryObject() argument
431 CreateFromTypedArray(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const DataViewType arrayType) CreateFromTypedArray() argument
616 CreateSharedFromTypedArray(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const DataViewType arrayType) CreateSharedFromTypedArray() argument
711 CreateFromArrayBuffer(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const DataViewType arrayType) CreateFromArrayBuffer() argument
777 CreateFromSendableArrayBuffer(EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const DataViewType arrayType) CreateFromSendableArrayBuffer() argument
844 AllocateTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, const JSHandle<JSTaggedValue> &newTarget, const DataViewType arrayType) AllocateTypedArray() argument
881 AllocateSharedTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, const JSHandle<JSTaggedValue> &newTarget, const DataViewType arrayType) AllocateSharedTypedArray() argument
918 AllocateTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, const JSHandle<JSTaggedValue> &newTarget, uint32_t length, const DataViewType arrayType) AllocateTypedArray() argument
942 AllocateSharedTypedArray(JSThread *thread, const JSHandle<JSTaggedValue> &constructorName, const JSHandle<JSTaggedValue> &newTarget, uint32_t length, const DataViewType arrayType) AllocateSharedTypedArray() argument
990 DataViewType arrayType = GetType(type); TypedArraySpeciesCreate() local
[all...]
/arkcompiler/ets_frontend/es2panda/typescript/types/
H A DtupleType.cpp30 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
H A Druntime_calls.cpp43 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in GetPandaRuntimeFunctionCallee() local
H A Dbuiltins.cpp103 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in SlowClassLoadingHelper() local
358 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in LowerLoadString() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
H A Dconst_array_resolver.cpp161 auto arrayType = pandasm::Type::FromName(irInterface_->GetTypeIdByOffset(inst->GetTypeId())); in IsMultidimensionalArray() local
321 auto arrayType = in FillLiteral() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/
H A Dintrinsics_lowering.cpp194 auto arrayType = llvm::ArrayType::get(builder.getInt64Ty(), 0); in HandleFRem() local
H A Dpanda_runtime_lowering.cpp133 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in GetMethodOrResolverPtr() local
H A Dark_gvn.cpp75 auto arrayType = llvm::ArrayType::get(builder.getInt64Ty(), 0); in CreateCallBuiltin() local
152 auto arrayType = llvm::ArrayType::get(builder.getInt64Ty(), 0); in RunOnBasicBlock() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
H A Dhelpers.cpp219 auto &arrayType = *elementType; in ReferenceToName() local
/arkcompiler/ets_runtime/ecmascript/
H A Djs_typed_array.cpp771 DataViewType arrayType = JSTypedArray::GetTypeFromName(thread, typeName); in GetOffHeapBuffer() local
803 DataViewType arrayType = JSTypedArray::GetTypeFromName(thread, typeName); in GetSharedOffHeapBuffer() local
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dtyped_array_helper_test.cpp443 DataViewType arrayType = static_cast<DataViewType>(type); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DETSemitter.cpp374 void ETSEmitter::GenGlobalArrayRecord(checker::ETSArrayType *arrayType, checker::Signature *signature) in GenGlobalArrayRecord() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A DtypeCreation.cpp125 auto *arrayType = Allocator()->New<ETSArrayType>(elementType); in CreateETSArrayType() local
610 std::tuple<util::StringView, SignatureInfo *> ETSChecker::CreateBuiltinArraySignatureInfo(ETSArrayType *arrayType, in CreateBuiltinArraySignatureInfo() argument
639 CreateBuiltinArraySignature(ETSArrayType *arrayType, size_t dim) CreateBuiltinArraySignature() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_emitter.cpp1552 MIRArrayType &arrayType = static_cast<MIRArrayType &>(mirType); in EmitArray() local
H A Dx64_MPIsel.cpp400 MIRArrayType *arrayType = memPool->New<MIRArrayType>(etype->GetTypeIndex(), sizeArray); in SelectRangeGoto() local
/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.cpp720 auto *const arrayType = expr->TsType()->AsETSArrayType(); in Check() local
1163 auto *const arrayType = checker->CreateETSArrayType(elementType)->AsETSArrayType(); in GetCallExpressionReturnType() local
2527 const auto arrayType = node->TsType()->AsETSArrayType(); in Check() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DTSparser.cpp940 auto *arrayType = AllocNode<ir::TSArrayType>(elementType); in ParseArrayType() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Disel.cpp572 MIRArrayType *arrayType = static_cast<MIRArrayType *>(mirType); in GetFieldIdAndMirTypeFromMirNode() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dtyped_bytecode_lowering.cpp1089 ParamType arrayType = tacc.GetParamType(); in LowerTypedLdTypedArrayLength() local

Completed in 32 milliseconds

12