Home
last modified time | relevance | path

Searched refs:array_buffer_allocator_shared (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/objects/
Dbacking-store.cc278 if (auto allocator_shared = isolate->array_buffer_allocator_shared()) { in SetAllocatorFromIsolate()
/external/v8/src/execution/
Disolate.h1472 std::shared_ptr<v8::ArrayBuffer::Allocator> array_buffer_allocator_shared() in array_buffer_allocator_shared() function
/external/v8/include/
Dv8.h8287 array_buffer_allocator_shared(), in CreateParams()
8336 std::shared_ptr<ArrayBuffer::Allocator> array_buffer_allocator_shared; member
/external/v8/src/api/
Dapi.cc8338 if (auto allocator = params.array_buffer_allocator_shared) { in Initialize()