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/
Dloop_idioms_test.cpp24 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/
Dtyped_array_helper.cpp35 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/
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
Dpanda_runtime_lowering.cpp133 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in GetMethodOrResolverPtr() local
Dintrinsics_lowering.cpp194 auto arrayType = llvm::ArrayType::get(builder.getInt64Ty(), 0); in HandleFRem() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/
Dconst_array_resolver.cpp161 auto arrayType = pandasm::Type::FromName(irInterface_->GetTypeIdByOffset(inst->GetTypeId())); in IsMultidimensionalArray() local
321 auto arrayType = in FillLiteral() local
/arkcompiler/ets_frontend/merge_abc/src/
DassemblyProgramProto.cpp89 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_frontend/ets2panda/checker/types/ts/
DtupleType.cpp29 Type *arrayType = checker->CreateUnionType(std::move(unionTypes)); in ConvertToArrayType() local
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsArrayType.cpp157 …ETSArrayType *arrayType = needAllocator ? relation->GetChecker()->Allocator()->New<ETSArrayType>(e… in Instantiate() local
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTuple.cpp138 auto *const arrayType = spreadType_->GetType(checker); in GetType() local
/arkcompiler/runtime_core/static_core/libllvmbackend/transforms/
Druntime_calls.cpp43 auto arrayType = llvm::ArrayType::get(builder->getInt64Ty(), 0); in GetPandaRuntimeFunctionCallee() local
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/ets_frontend/ets2panda/checker/ets/
DtypeCreation.cpp125 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()
Dhelpers.cpp861 auto *const arrayType = actualType->AsETSArrayType(); in CheckTestObjectCondition() local
1141 auto arrayType = expandedAliasType->AsETSArrayType(); in CollectAliasParametersForBoxing() local
Dfunction.cpp1170 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/
Dbuiltins_typedarray_stub_builder.cpp453 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/
Dhelpers.cpp219 auto &arrayType = *elementType; in ReferenceToName() local
/arkcompiler/ets_runtime/ecmascript/
Djs_typed_array.cpp751 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/
DspreadLowering.cpp90 auto arrayType = array->TsType()->AsETSArrayType(); in CreateNewArrayDeclareStatement() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1554 MIRArrayType &arrayType = static_cast<MIRArrayType &>(mirType); in EmitArray() local
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzer.cpp807 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/
Dtyped_array_helper_test.cpp443 DataViewType arrayType = static_cast<DataViewType>(type); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSemitter.cpp383 void ETSEmitter::GenGlobalArrayRecord(checker::ETSArrayType *arrayType, checker::Signature *signatu… in GenGlobalArrayRecord()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp938 auto *arrayType = AllocNode<ir::TSArrayType>(elementType); in ParseArrayType() local

12