Searched refs:SetupAllocatingData (Results 1 - 8 of 8) sorted by relevance

/external/v8/src/runtime/
H A Druntime-maths.cc107 JSArrayBuffer::SetupAllocatingData(buffer, isolate, kByteLength, true,
H A Druntime-typedarray.cc239 if (!JSArrayBuffer::SetupAllocatingData(buffer, isolate, byte_length,
/external/v8/test/cctest/heap/
H A Dtest-page-promotion.cc106 JSArrayBuffer::SetupAllocatingData(buffer, i_isolate, 100);
/external/v8/test/cctest/compiler/
H A Dtest-simplified-lowering.cc279 JSArrayBuffer::SetupAllocatingData(array, t.isolate(), array_length);
/external/v8/src/
H A Dbuiltins.cc5157 if (!JSArrayBuffer::SetupAllocatingData(Handle<JSArrayBuffer>::cast(result),
H A Dapi.cc6791 i::JSArrayBuffer::SetupAllocatingData(obj, i_isolate, byte_length);
6982 i::JSArrayBuffer::SetupAllocatingData(obj, i_isolate, byte_length, true,
H A Dobjects.h10083 static bool SetupAllocatingData(Handle<JSArrayBuffer> array_buffer,
H A Dobjects.cc18718 bool JSArrayBuffer::SetupAllocatingData(Handle<JSArrayBuffer> array_buffer, function in class:v8::internal::JSArrayBuffer

Completed in 395 milliseconds