Home | History | Annotate | Download | only in interpreter

Lines Matching full:element_count

1505         if (UNLIKELY(static_cast<int32_t>(payload->element_count) > array->GetLength())) {
1509 array->GetLength(), payload->element_count);
1513 uint32_t size_in_bytes = payload->element_count * payload->element_width;