Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_mcr_lowering.cpp60 if (acc_.GetArraySize(gate) == 0) { in LowerCreateArray()
78 size_t elementsLength = acc_.GetArraySize(gate); in LowerCreateArrayWithOwn()
99 uint32_t elementLength = static_cast<uint32_t>(acc_.GetArraySize(gate)); in LowerCreateArrayWithBuffer()
Dntype_hcr_lowering.cpp196 uint32_t arraySize = acc_.GetArraySize(receiver); in LowerNTypedStownByIndex()
Dgate_accessor.h384 size_t GetArraySize(GateRef gate) const;
Dgate_accessor.cpp108 size_t GateAccessor::GetArraySize(GateRef gate) const in GetArraySize() function in panda::ecmascript::kungfu::GateAccessor