Searched refs:array_buffer_allocator (Results 1 – 15 of 15) sorted by relevance
22 create_params.array_buffer_allocator = in main()97 delete create_params.array_buffer_allocator; in main()
74 create_params.array_buffer_allocator = in main()94 delete create_params.array_buffer_allocator; in main()
702 create_params.array_buffer_allocator = in main()
215 auto allocator = isolate->array_buffer_allocator(); in Allocate()285 isolate->array_buffer_allocator(); in SetAllocatorFromIsolate()627 CHECK_EQ(isolate->array_buffer_allocator(), allocator); in Reallocate()640 auto array_buffer_allocator = in get_v8_api_array_buffer_allocator() local644 CHECK_NOT_NULL(array_buffer_allocator); in get_v8_api_array_buffer_allocator()645 return array_buffer_allocator; in get_v8_api_array_buffer_allocator()
18 params.array_buffer_allocator = m_pArrayBufferAllocator.get(); in SetUp()
25 params.array_buffer_allocator = array_buffer_allocator_.get(); in SetUp()
475 ArrayBuffer::Allocator* Shell::array_buffer_allocator; member in v8::Shell2987 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread()3222 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread()4155 Shell::array_buffer_allocator = &mock_arraybuffer_allocator_with_limit; in Main()4157 Shell::array_buffer_allocator = &mock_arraybuffer_allocator; in Main()4161 Shell::array_buffer_allocator = &multi_mapped_mock_allocator; in Main()4164 Shell::array_buffer_allocator = &shell_array_buffer_allocator; in Main()4166 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in Main()4258 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in Main()
545 static ArrayBuffer::Allocator* array_buffer_allocator; variable
30 params.array_buffer_allocator = array_buffer_allocator_.get(); in SetUp()
311 params.array_buffer_allocator = g_arrayBufferAllocator; in FXJS_GetIsolate()
798 create_params.array_buffer_allocator = v8::ArrayBuffer::Allocator::NewDefaultAllocator(); in SetPacScript()
1464 v8::ArrayBuffer::Allocator* array_buffer_allocator() const { in array_buffer_allocator() function
279 delete create_params_.array_buffer_allocator; in ~StoreImpl()328 store->create_params_.array_buffer_allocator = in make()
8160 return isolate->array_buffer_allocator(); in GetArrayBufferAllocator()8339 CHECK(params.array_buffer_allocator == nullptr || in Initialize()8340 params.array_buffer_allocator == allocator.get()); in Initialize()8344 CHECK_NOT_NULL(params.array_buffer_allocator); in Initialize()8345 i_isolate->set_array_buffer_allocator(params.array_buffer_allocator); in Initialize()
8286 array_buffer_allocator(nullptr), in CreateParams()8335 ArrayBuffer::Allocator* array_buffer_allocator; member