Home
last modified time | relevance | path

Searched defs:arraySize (Results 1 - 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dglobal_dictionary_test.cpp213 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 Dproperty_accessor.cpp125 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 Dconst_array_resolver.cpp214 auto arraySize = (*arraySizeInst)->CastToConstant()->GetIntValue(); in FindConstantArrays() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dntype_bytecode_lowering.cpp272 uint32_t arraySize = acc_.GetArraySize(receiver); in LowerNTypedStownByIndex() local
H A Dntype_hcr_lowering.cpp223 size_t arraySize = arrayHC->GetObjectSize(); in NewJSArrayLiteral() local
H A Dhcr_circuit_builder.cpp515 GateRef CircuitBuilder::CreateArray(ElementsKind kind, uint32_t arraySize, in CreateArray() argument
H A Dnew_object_stub_builder.cpp1547 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 Demit.h357 uint32 arraySize = 0; member in maplebe::Emitter
/arkcompiler/runtime_core/static_core/libllvmbackend/
H A Dllvm_ark_interface.cpp216 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 Dpeepholes.cpp1295 auto arraySize = input->GetDataFlowInput(input->GetInput(NewArrayInst::INDEX_SIZE).GetInst()); in VisitLenArray() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/ir_builder/
H A Dinst_builder-inl.h998 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 Dg1gc_test.cpp709 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 Dencode_visitor.cpp491 auto arraySize = inst->CastToFillConstArray()->GetImm() << DataType::ShiftByType(type, arch); in VisitFillConstArray() local
H A Dcodegen.cpp2256 uint64_t arraySize = 0; in VisitNewArray() local
/arkcompiler/runtime_core/static_core/libllvmbackend/lowering/
H A Dllvm_ir_constructor.cpp1149 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...]

Completed in 43 milliseconds