Searched defs:allocated_length (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Druntime.cc767 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);
780 SetupArrayBuffer(Isolate* isolate, Handle<JSArrayBuffer> array_buffer, bool is_external, void* data, size_t allocated_length) argument
805 SetupArrayBufferAllocatingData( Isolate* isolate, Handle<JSArrayBuffer> array_buffer, size_t allocated_length, bool initialize) argument
860 size_t allocated_length = 0; local
[all...]

Completed in 161 milliseconds