Lines Matching refs:allocated_length
19504 bool is_external, void* data, size_t allocated_length,
19517 isolate->factory()->NewNumberFromSize(allocated_length);
19534 size_t allocated_length,
19540 if (allocated_length != 0) {
19542 data = isolate->array_buffer_allocator()->Allocate(allocated_length);
19545 allocated_length);
19552 JSArrayBuffer::Setup(array_buffer, isolate, false, data, allocated_length,