Home
last modified time | relevance | path

Searched defs:arraySize (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/test/aottest/early_elimination/
DMayAccessOneMemory.ts1 let arraySize: number = 3 variable
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp237 int arraySize = numberofElements + static_cast<int>(offset); in HWTEST_F_L0() local
285 uint32_t arraySize = static_cast<uint32_t>(numberofElements) + offset; in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp130 size_t arraySize = arrayHC->GetObjectSize(); in NewJSArrayLiteral() local
Dntype_hcr_lowering.cpp196 uint32_t arraySize = acc_.GetArraySize(receiver); in LowerNTypedStownByIndex() local
Dcircuit_builder.cpp1544 GateRef CircuitBuilder::CreateArray(size_t arraySize) in CreateArray()
1556 GateRef CircuitBuilder::CreateArrayWithBuffer(size_t arraySize, GateRef constPoolIndex, in CreateArrayWithBuffer()