Searched refs:GetArraySize (Results 1 – 4 of 4) sorted by relevance
48 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()
202 uint32_t arraySize = acc_.GetArraySize(receiver); in LowerNTypedStownByIndex()
392 uint32_t GetArraySize(GateRef gate) const;
176 uint32_t GateAccessor::GetArraySize(GateRef gate) const in GetArraySize() function in panda::ecmascript::kungfu::GateAccessor189 uint32_t curSize = GetArraySize(gate); in SetArraySize()