Lines Matching full:allocated_length
731 size_t allocated_length = NumberToSize(
735 -static_cast<int64_t>(allocated_length));
739 allocated_length);
747 size_t allocated_length) {
758 isolate->factory()->NewNumberFromSize(allocated_length);
771 size_t allocated_length,
775 if (allocated_length != 0) {
777 data = V8::ArrayBufferAllocator()->Allocate(allocated_length);
780 V8::ArrayBufferAllocator()->AllocateUninitialized(allocated_length);
787 SetupArrayBuffer(isolate, array_buffer, false, data, allocated_length);
789 isolate->heap()->AdjustAmountOfExternalAllocatedMemory(allocated_length);
800 size_t allocated_length;
802 allocated_length = Smi::cast(*byteLength)->value();
815 allocated_length = static_cast<size_t>(value);
819 holder, allocated_length)) {