| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | loop_idioms_test.cpp | 24 Graph *CheckFillArrayFullInitial(DataType::Type arrayType) in CheckFillArrayFullInitial() 62 void BuildExpectedFillArrayFull(Graph *expected, DataType::Type arrayType, in BuildExpectedFillArrayFull() 122 … bool CheckFillArrayFull(DataType::Type arrayType, RuntimeInterface::IntrinsicId expectedIntrinsic) in CheckFillArrayFull()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | typed_array_helper.cpp | 35 const DataViewType arrayType) in TypedArrayConstructor() 86 const DataViewType arrayType) in SharedTypedArrayConstructor() 140 const DataViewType arrayType) in FastCreateTypedArray() 188 JSThread *thread, const JSHandle<JSObject> &obj, uint64_t length, const DataViewType arrayType) in AllocateTypedArrayBuffer() 244 JSThread *thread, const JSHandle<JSObject> &obj, uint64_t length, const DataViewType arrayType) in AllocateTypedArrayBuffer() 306 EcmaRuntimeCallInfo *argv, const JSHandle<JSObject> &obj, const DataViewType arrayType) in FastCopyElementFromArray() 339 const DataViewType arrayType) in CreateFromOrdinaryObject() 432 const DataViewType arrayType) in CreateFromTypedArray() 617 const DataViewType arrayType) in CreateSharedFromTypedArray() 712 const DataViewType arrayType) in CreateFromArrayBuffer() [all …]
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/passes/ |
| D | ark_gvn.cpp | 75 auto arrayType = llvm::ArrayType::get(builder.getInt64Ty(), 0); in CreateCallBuiltin() local 152 auto arrayType = llvm::ArrayType::get(builder.getInt64Ty(), 0); in RunOnBasicBlock() local
|
| D | panda_runtime_lowering.cpp | 133 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in GetMethodOrResolverPtr() local
|
| D | intrinsics_lowering.cpp | 194 auto arrayType = llvm::ArrayType::get(builder.getInt64Ty(), 0); in HandleFRem() 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 | 89 auto &arrayType = Type::Deserialize(protoArrayType, allocator); in Deserialize() 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/types/ts/ |
| D | tupleType.cpp | 29 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/types/ets/ |
| D | etsArrayType.cpp | 157 …ETSArrayType *arrayType = needAllocator ? relation->GetChecker()->Allocator()->New<ETSArrayType>(e… in Instantiate() local
|
| /arkcompiler/ets_frontend/ets2panda/ir/ets/ |
| D | etsTuple.cpp | 138 auto *const arrayType = spreadType_->GetType(checker); in GetType() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
| D | runtime_calls.cpp | 43 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in GetPandaRuntimeFunctionCallee() local
|
| D | builtins.cpp | 103 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in SlowClassLoadingHelper() local 358 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in LowerLoadString() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | typeCreation.cpp | 125 auto *arrayType = Allocator()->New<ETSArrayType>(elementType); in CreateETSArrayType() local 623 …::StringView, SignatureInfo *> ETSChecker::CreateBuiltinArraySignatureInfo(ETSArrayType *arrayType, in CreateBuiltinArraySignatureInfo() 652 Signature *ETSChecker::CreateBuiltinArraySignature(ETSArrayType *arrayType, size_t dim) in CreateBuiltinArraySignature()
|
| D | helpers.cpp | 861 auto *const arrayType = actualType->AsETSArrayType(); in CheckTestObjectCondition() local 1141 auto arrayType = expandedAliasType->AsETSArrayType(); in CollectAliasParametersForBoxing() local
|
| D | function.cpp | 1170 auto arrayType = signatureInfo->restVar->TsType()->AsETSArrayType(); in ComposeSignatureInfo() local 1239 auto arrayType = signatureInfo->restVar->TsType()->AsETSArrayType(); in SetParamForSignatureInfoOfArrowFunction() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| D | builtins_typedarray_stub_builder.cpp | 453 GateRef arrayType = GetObjectType(LoadHClass(thisValue)); in Reverse() local 1388 GateRef arrayType = GetObjectType(LoadHClass(thisValue)); in Filter() local 1526 GateRef arrayType = GetObjectType(LoadHClass(thisValue)); in Slice() local 2160 GateRef arrayType = GetObjectType(LoadHClass(thisValue)); in Set() local 2514 GateRef arrayType = GetObjectType(LoadHClass(thisObj)); in Of() local 2696 GateRef arrayType = GetObjectType(LoadHClass(thisValue)); in ToReversed() local 3112 …wTarget, GateRef thisValue, GateRef numArgs, GateRef constructorName, const DataViewType arrayType) in GenTypedArrayConstructor() 3215 …ateRef func, GateRef newTarget, GateRef length, GateRef lengthTagged, const DataViewType arrayType) in AllocateTypedArray() 3247 GateRef func, GateRef newTarget, const DataViewType arrayType) in AllocateTypedArray() 3287 GateRef length, GateRef lengthTagged, const DataViewType arrayType) in AllocateTypedArrayBuffer() [all …]
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | helpers.cpp | 219 auto &arrayType = *elementType; in ReferenceToName() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_typed_array.cpp | 751 DataViewType arrayType = JSTypedArray::GetTypeFromName(thread, typeName); in GetOffHeapBuffer() local 783 DataViewType arrayType = JSTypedArray::GetTypeFromName(thread, typeName); in GetSharedOffHeapBuffer() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
| D | spreadLowering.cpp | 90 auto arrayType = array->TsType()->AsETSArrayType(); in CreateNewArrayDeclareStatement() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | x64_emitter.cpp | 1554 MIRArrayType &arrayType = static_cast<MIRArrayType &>(mirType); in EmitArray() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ |
| D | ETSAnalyzer.cpp | 807 auto *const arrayType = expr->TsType()->AsETSArrayType(); in Check() local 1299 auto *const arrayType = checker->CreateETSArrayType(elementType)->AsETSArrayType(); in GetCallExpressionReturnType() local 2751 const auto arrayType = node->TsType()->AsETSArrayType(); in Check() local
|
| /arkcompiler/ets_runtime/ecmascript/base/tests/ |
| D | typed_array_helper_test.cpp | 443 DataViewType arrayType = static_cast<DataViewType>(type); in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSemitter.cpp | 383 void ETSEmitter::GenGlobalArrayRecord(checker::ETSArrayType *arrayType, checker::Signature *signatu… in GenGlobalArrayRecord()
|
| /arkcompiler/ets_frontend/ets2panda/parser/ |
| D | TSparser.cpp | 938 auto *arrayType = AllocNode<ir::TSArrayType>(elementType); in ParseArrayType() local
|