Home
last modified time | relevance | path

Searched defs:array_buffer_allocator (Results 1 – 7 of 7) sorted by relevance

/third_party/node/src/api/
Dembed_helpers.cc174 CommonEnvironmentSetup::array_buffer_allocator() const { in array_buffer_allocator() function in node::CommonEnvironmentSetup
/third_party/node/src/
Dnode_process_methods.cc187 NodeArrayBufferAllocator* array_buffer_allocator = in MemoryUsage() local
/third_party/node/deps/v8/src/d8/
Dd8.h673 static ArrayBuffer::Allocator* array_buffer_allocator; variable
Dd8.cc482 ArrayBuffer::Allocator* Shell::array_buffer_allocator; member in v8::Shell
/third_party/node/deps/v8/src/objects/
Dbacking-store.cc827 auto array_buffer_allocator = in get_v8_api_array_buffer_allocator() local
/third_party/node/deps/v8/include/
Dv8-isolate.h255 ArrayBuffer::Allocator* array_buffer_allocator = nullptr; member
/third_party/node/deps/v8/src/execution/
Disolate.h1716 v8::ArrayBuffer::Allocator* array_buffer_allocator() const { in array_buffer_allocator() function