Searched refs:GetByteLength (Results 1 – 8 of 8) sorted by relevance
60 size_t buffer_byte_length = array_buffer->GetByteLength(); in BUILTIN()143 buffer_byte_length = array_buffer->GetByteLength(); in BUILTIN()
185 double const len = array_buffer->GetByteLength(); in SliceHelper()286 size_t new_array_buffer_byte_length = new_array_buffer->GetByteLength(); in SliceHelper()311 size_t from_byte_length = array_buffer->GetByteLength(); in SliceHelper()478 size_t byte_length = array_buffer->GetByteLength(); in BUILTIN()
117 const size_t bytes = array->GetByteLength(); in RUNTIME_FUNCTION()166 const size_t bytes = array->GetByteLength(); in RUNTIME_FUNCTION()
113 inline size_t GetByteLength() const;309 inline size_t GetByteLength() const;
53 size_t JSArrayBuffer::GetByteLength() const { in GetByteLength() function214 size_t JSTypedArray::GetByteLength() const { in GetByteLength() function
1998 uint32_t buffer_byte_length = static_cast<uint32_t>(buffer->GetByteLength()); in ReadJSArrayBufferView()
405 external_size = JSArrayBuffer::cast(object).GetByteLength(); in IncrementExternalSize()
260694 + uint32_t buffer_byte_length = static_cast<uint32_t>(buffer->GetByteLength());