Home
last modified time | relevance | path

Searched refs:array_buffer_allocator (Results 1 – 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dbacking-store.cc290 auto allocator = isolate->array_buffer_allocator(); in Allocate()
355 isolate->array_buffer_allocator(); in SetAllocatorFromIsolate()
813 CHECK_EQ(isolate->array_buffer_allocator(), allocator); in Reallocate()
827 auto array_buffer_allocator = in get_v8_api_array_buffer_allocator() local
831 CHECK_NOT_NULL(array_buffer_allocator); in get_v8_api_array_buffer_allocator()
832 return array_buffer_allocator; in get_v8_api_array_buffer_allocator()
/third_party/node/test/cctest/
Dtest_platform.cc66 create_params.array_buffer_allocator = allocator.get(); in TEST_F()
Dtest_environment.cc594 create_params.array_buffer_allocator = allocator.get(); in TEST_F()
/third_party/node/src/
Dnode_process_methods.cc187 NodeArrayBufferAllocator* array_buffer_allocator = in MemoryUsage() local
204 array_buffer_allocator == nullptr in MemoryUsage()
206 : static_cast<double>(array_buffer_allocator->total_mem_usage()); in MemoryUsage()
Dnode_main_instance.cc73 isolate_params_->array_buffer_allocator = array_buffer_allocator_.get(); in NodeMainInstance()
Dnode.h756 std::shared_ptr<ArrayBufferAllocator> array_buffer_allocator() const;
/third_party/node/src/api/
Dembed_helpers.cc174 CommonEnvironmentSetup::array_buffer_allocator() const { in array_buffer_allocator() function in node::CommonEnvironmentSetup
Denvironment.cc353 if (allocator != nullptr) params.array_buffer_allocator = allocator; in NewIsolate()
/third_party/node/deps/v8/src/d8/
Dd8.cc482 ArrayBuffer::Allocator* Shell::array_buffer_allocator; member in v8::Shell
4029 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread()
4265 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread()
5392 Shell::array_buffer_allocator = &mock_arraybuffer_allocator_with_limit; in Main()
5394 Shell::array_buffer_allocator = &mock_arraybuffer_allocator; in Main()
5398 Shell::array_buffer_allocator = &multi_mapped_mock_allocator; in Main()
5401 Shell::array_buffer_allocator = &shell_array_buffer_allocator; in Main()
5403 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in Main()
5433 shared_create_params.array_buffer_allocator = Shell::array_buffer_allocator; in Main()
5517 create_params2.array_buffer_allocator = Shell::array_buffer_allocator; in Main()
Dd8.h673 static ArrayBuffer::Allocator* array_buffer_allocator; variable
/third_party/node/deps/v8/include/
Dv8-isolate.h255 ArrayBuffer::Allocator* array_buffer_allocator = nullptr; member
/third_party/node/deps/v8/src/wasm/
Dc-api.cc436 delete create_params_.array_buffer_allocator; in ~StoreImpl()
485 store->create_params_.array_buffer_allocator = in make()
/third_party/node/deps/v8/src/execution/
Disolate.h1716 v8::ArrayBuffer::Allocator* array_buffer_allocator() const { in array_buffer_allocator() function
/third_party/node/deps/v8/src/api/
Dapi.cc8373 return isolate->array_buffer_allocator(); in GetArrayBufferAllocator()
8602 CHECK(params.array_buffer_allocator == nullptr || in Initialize()
8603 params.array_buffer_allocator == allocator.get()); in Initialize()
8607 CHECK_NOT_NULL(params.array_buffer_allocator); in Initialize()
8608 i_isolate->set_array_buffer_allocator(params.array_buffer_allocator); in Initialize()