/arkcompiler/ets_runtime/ecmascript/tests/ |
H A D | global_dictionary_test.cpp | 213 int arraySize = numberofElements + static_cast<int>(offset); in HWTEST_F_L0() local 261 uint32_t arraySize = static_cast<uint32_t>(numberofElements) + offset; in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | property_accessor.cpp | 125 uint32_t arraySize = keyLength_ + EnumCache::ENUM_CACHE_HEADER_SIZE; in InitSimplePropertiesEnumCache() local 201 uint32_t arraySize = keyLength_ + EnumCache::ENUM_CACHE_HEADER_SIZE; in GetKeysFast() local 276 uint32_t arraySize = keyLength_ + EnumCache::ENUM_CACHE_HEADER_SIZE; in MergeRemainings() local
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/ |
H A D | const_array_resolver.cpp | 214 auto arraySize = (*arraySizeInst)->CastToConstant()->GetIntValue(); in FindConstantArrays() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | ntype_bytecode_lowering.cpp | 272 uint32_t arraySize = acc_.GetArraySize(receiver); in LowerNTypedStownByIndex() local
|
H A D | ntype_hcr_lowering.cpp | 223 size_t arraySize = arrayHC->GetObjectSize(); in NewJSArrayLiteral() local
|
H A D | hcr_circuit_builder.cpp | 515 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, in CreateArray() argument
|
H A D | new_object_stub_builder.cpp | 1547 Store(VariableType::INT32(), glue, *result, arrayLengthOffset, arraySize);
in NewTrackInfo() local 1526 NewTrackInfo(GateRef glue, GateRef cachedHClass, GateRef cachedFunc, RegionSpaceFlag spaceFlag, GateRef arraySize) NewTrackInfo() argument
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/ |
H A D | emit.h | 357 uint32 arraySize = 0; member in maplebe::Emitter
|
/arkcompiler/runtime_core/static_core/libllvmbackend/ |
H A 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 [all...] |
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/ |
H A D | peepholes.cpp | 1295 auto arraySize = input->GetDataFlowInput(input->GetInput(NewArrayInst::INDEX_SIZE).GetInst()); in VisitLenArray() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/ |
H A D | inst_builder-inl.h | 998 auto arraySize = litArray.literals.size(); in BuildUnfoldLoadConstPrimitiveArray() local 1030 auto arraySize = litArray.literals.size(); in BuildUnfoldLoadConstStringArray() local 1052 auto arraySize = litArray.literals.size(); in BuildUnfoldLoadConstArray() local 1098 auto arraySize = litArray.literals.size(); in BuildLoadConstStringArray() local [all...] |
/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | g1gc_test.cpp | 709 size_t arraySize = DEFAULT_REGION_SIZE / 2; in TEST_F() local 946 size_t arraySize = DEFAULT_REGION_SIZE / 2; in TEST_F() local 1079 size_t arraySize = GetObjectSize(array.GetPtr()); in TEST_F() local
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/ |
H A D | encode_visitor.cpp | 491 auto arraySize = inst->CastToFillConstArray()->GetImm() << DataType::ShiftByType(type, arch); in VisitFillConstArray() local
|
H A D | codegen.cpp | 2256 uint64_t arraySize = 0; in VisitNewArray() local
|
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/ |
H A D | llvm_ir_constructor.cpp | 1149 llvm::Value *LLVMIrConstructor::CreateAllocaForArgs(llvm::Type *type, uint32_t arraySize) in CreateAllocaForArgs() argument 4148 uint64_t arraySize = 0; in VisitNewArray() local 4565 auto arraySize = inst->CastToFillConstArray()->GetImm() << DataType::ShiftByType(inst->GetType(), arch); VisitFillConstArray() local [all...] |