| /arkcompiler/ets_runtime/test/aottest/early_elimination/ |
| D | MayAccessOneMemory.ts | 16 let arraySize: number = 3 variable
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | property_accessor.cpp | 148 uint32_t arraySize = keyLength_; in InitSimplePropertiesEnumCache() local 226 uint32_t arraySize = keyLength; in GetChainKeys() local 250 uint32_t arraySize = keyLengthSelf_; in GetOwnKeysWithoutCache() local 328 uint32_t arraySize = receiverKeysLength + PrototypeChainKeysLength; in CombineKeys() local 445 uint32_t arraySize = keyLength_; in MergeRemainings() local
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/ani/tests/array_ops/ |
| D | array_get_length_test.cpp | 44 ani_size arraySize = LENGTH_5; in TEST_F() local
|
| D | fixedarray_get_length_test.cpp | 44 ani_size arraySize = LENGTH_5; in TEST_F() local
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| D | gc_region_promotion_test.cpp | 52 constexpr size_t arraySize = 125 * 1024; in Initialize() local
|
| D | global_dictionary_test.cpp | 210 int arraySize = numberofElements + static_cast<int>(offset); in HWTEST_F_L0() local 258 uint32_t arraySize = static_cast<uint32_t>(numberofElements) + offset; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
| D | const_array_resolver.cpp | 214 auto arraySize = (*arraySizeInst)->CastToConstant()->GetIntValue(); in FindConstantArrays() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | llvm_ark_interface.cpp | 216 auto arraySize = llvm::cast<llvm::ConstantInt>(sizeArg)->getZExtValue(); in MustLowerMemSet() local 240 auto arraySize = llvm::cast<llvm::ConstantInt>(sizeArg)->getZExtValue(); in MustLowerMemCpy() local 264 auto arraySize = llvm::cast<llvm::ConstantInt>(sizeArg)->getZExtValue(); in MustLowerMemMove() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
| D | emit.h | 359 uint32 arraySize = 0; variable
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
| D | inst_builder-inl.h | 988 auto arraySize = litArray.literals.size(); in BuildUnfoldLoadConstPrimitiveArray() local 1020 auto arraySize = litArray.literals.size(); in BuildUnfoldLoadConstStringArray() local 1042 auto arraySize = litArray.literals.size(); in BuildUnfoldLoadConstArray() local 1088 auto arraySize = litArray.literals.size(); in BuildLoadConstStringArray() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | ntype_bytecode_lowering.cpp | 275 uint32_t arraySize = acc_.GetArraySize(receiver); in LowerNTypedStownByIndex() local
|
| D | ntype_hcr_lowering.cpp | 233 size_t arraySize = arrayHC->GetObjectSize(); in NewJSArrayLiteral() local
|
| D | hcr_circuit_builder.cpp | 532 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, in CreateArray()
|
| D | new_object_stub_builder.cpp | 1847 RegionSpaceFlag spaceFlag, GateRef arraySize) in NewTrackInfo()
|
| /arkcompiler/ets_runtime/common_components/heap/barrier/tests/ |
| D | barrier_test.cpp | 207 constexpr size_t arraySize = 100; in HWTEST_F_L0() local
|
| /arkcompiler/ets_frontend/ets2panda/bindings/native/src/ |
| D | common-interop.cpp | 163 KUInt arraySize = UnpackUInt(strArray); in MakeStringVector() local
|
| /arkcompiler/runtime_core/static_core/runtime/tests/ |
| D | g1gc_test.cpp | 709 size_t arraySize = DEFAULT_REGION_SIZE / 2; in TEST_F() local 1126 size_t arraySize = DEFAULT_REGION_SIZE / 2; in TEST_F() local 1259 size_t arraySize = GetObjectSize(array.GetPtr()); in TEST_F() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
| D | peepholes.cpp | 1321 … auto arraySize = input->GetDataFlowInput(input->GetInput(NewArrayInst::INDEX_SIZE).GetInst()); in VisitLenArray() local
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
| D | llvm_ir_constructor.cpp | 1524 llvm::Value *LLVMIrConstructor::CreateAllocaForArgs(llvm::Type *type, uint32_t arraySize) in CreateAllocaForArgs() 4464 uint64_t arraySize = 0; in VisitNewArray() local 4881 …auto arraySize = inst->CastToFillConstArray()->GetImm() << DataType::ShiftByType(inst->GetType(), … in VisitFillConstArray() local
|
| /arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
| D | codegen.cpp | 2279 uint64_t arraySize = 0; in VisitNewArray() local
|
| D | encode_visitor.cpp | 493 auto arraySize = inst->CastToFillConstArray()->GetImm() << DataType::ShiftByType(type, arch); in VisitFillConstArray() local
|