Searched refs:array_buffer_allocator (Results 1 – 14 of 14) sorted by relevance
290 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() local831 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()
66 create_params.array_buffer_allocator = allocator.get(); in TEST_F()
594 create_params.array_buffer_allocator = allocator.get(); in TEST_F()
187 NodeArrayBufferAllocator* array_buffer_allocator = in MemoryUsage() local204 array_buffer_allocator == nullptr in MemoryUsage()206 : static_cast<double>(array_buffer_allocator->total_mem_usage()); in MemoryUsage()
73 isolate_params_->array_buffer_allocator = array_buffer_allocator_.get(); in NodeMainInstance()
756 std::shared_ptr<ArrayBufferAllocator> array_buffer_allocator() const;
174 CommonEnvironmentSetup::array_buffer_allocator() const { in array_buffer_allocator() function in node::CommonEnvironmentSetup
353 if (allocator != nullptr) params.array_buffer_allocator = allocator; in NewIsolate()
482 ArrayBuffer::Allocator* Shell::array_buffer_allocator; member in v8::Shell4029 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()
673 static ArrayBuffer::Allocator* array_buffer_allocator; variable
255 ArrayBuffer::Allocator* array_buffer_allocator = nullptr; member
436 delete create_params_.array_buffer_allocator; in ~StoreImpl()485 store->create_params_.array_buffer_allocator = in make()
1716 v8::ArrayBuffer::Allocator* array_buffer_allocator() const { in array_buffer_allocator() function
8373 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()