Home | History | Annotate | Download | only in src

Lines Matching defs:allocated_length

767   size_t allocated_length = NumberToSize(
772 -static_cast<int64_t>(allocated_length));
776 allocated_length);
784 size_t allocated_length) {
795 isolate->factory()->NewNumberFromSize(allocated_length);
808 size_t allocated_length,
812 if (allocated_length != 0) {
814 data = V8::ArrayBufferAllocator()->Allocate(allocated_length);
817 V8::ArrayBufferAllocator()->AllocateUninitialized(allocated_length);
824 SetupArrayBuffer(isolate, array_buffer, false, data, allocated_length);
827 ->AdjustAmountOfExternalAllocatedMemory(allocated_length);
860 size_t allocated_length = 0;
861 if (!TryNumberToSize(isolate, *byteLength, &allocated_length)) {
867 holder, allocated_length)) {