/arkcompiler/runtime_core/static_core/compiler/tests/ |
H A D | loop_idioms_test.cpp | 24 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 D | assemblyProgramProto.cpp | 89 auto &arrayType = Type::Deserialize(protoArrayType, allocator); in Deserialize() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/ |
H A D | spreadLowering.cpp | 51 std::string arrayType = array->TsType()->AsETSArrayType()->ElementType()->ToString(); in CreateETSCode() local
|
/arkcompiler/ets_frontend/ets2panda/ir/ets/ |
H A D | etsTuple.cpp | 138 auto *const arrayType = spreadType_->GetType(checker); in GetType() local
|
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/ |
H A D | tupleType.cpp | 29 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
|
/arkcompiler/ets_runtime/ecmascript/base/ |
H A D | typed_array_helper-inl.h | 211 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 D | typed_array_helper.cpp | 33 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 D | tupleType.cpp | 30 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/ |
H A D | runtime_calls.cpp | 43 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in GetPandaRuntimeFunctionCallee() local
|
H A 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/runtime_core/static_core/bytecode_optimizer/ |
H A 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/runtime_core/static_core/libllvmbackend/transforms/passes/ |
H A D | intrinsics_lowering.cpp | 194 auto arrayType = llvm::ArrayType::get(builder.getInt64Ty(), 0); in HandleFRem() local
|
H A D | panda_runtime_lowering.cpp | 133 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in GetMethodOrResolverPtr() local
|
H A 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
|
/arkcompiler/ets_frontend/ets2panda/evaluate/ |
H A D | helpers.cpp | 219 auto &arrayType = *elementType; in ReferenceToName() local
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_typed_array.cpp | 771 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 D | typed_array_helper_test.cpp | 443 DataViewType arrayType = static_cast<DataViewType>(type); in HWTEST_F_L0() local
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
H A D | ETSemitter.cpp | 374 void ETSEmitter::GenGlobalArrayRecord(checker::ETSArrayType *arrayType, checker::Signature *signature) in GenGlobalArrayRecord() argument
|
/arkcompiler/ets_frontend/ets2panda/checker/ets/ |
H A D | typeCreation.cpp | 125 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 D | x64_emitter.cpp | 1552 MIRArrayType &arrayType = static_cast<MIRArrayType &>(mirType); in EmitArray() local
|
H A D | x64_MPIsel.cpp | 400 MIRArrayType *arrayType = memPool->New<MIRArrayType>(etype->GetTypeIndex(), sizeArray); in SelectRangeGoto() local
|
/arkcompiler/ets_frontend/ets2panda/checker/ |
H A D | ETSAnalyzer.cpp | 720 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 D | TSparser.cpp | 940 auto *arrayType = AllocNode<ir::TSArrayType>(elementType); in ParseArrayType() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | isel.cpp | 572 MIRArrayType *arrayType = static_cast<MIRArrayType *>(mirType); in GetFieldIdAndMirTypeFromMirNode() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | typed_bytecode_lowering.cpp | 1089 ParamType arrayType = tacc.GetParamType(); in LowerTypedLdTypedArrayLength() local
|