Home
last modified time | relevance | path

Searched refs:GetArraySize (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp48 if (acc_.GetArraySize(gate) == 0) { in LowerCreateArray()
68 uint32_t elementsLength = acc_.GetArraySize(gate); in LowerCreateArrayWithOwn()
95 uint32_t arrayLength = acc_.GetArraySize(gate); in LowerCreateArrayWithBuffer()
Dntype_bytecode_lowering.cpp202 uint32_t arraySize = acc_.GetArraySize(receiver); in LowerNTypedStownByIndex()
Dgate_accessor.h392 uint32_t GetArraySize(GateRef gate) const;
Dgate_accessor.cpp176 uint32_t GateAccessor::GetArraySize(GateRef gate) const in GetArraySize() function in panda::ecmascript::kungfu::GateAccessor
189 uint32_t curSize = GetArraySize(gate); in SetArraySize()