Home
last modified time | relevance | path

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

/external/v8/samples/
Dhello-world.cc22 create_params.array_buffer_allocator = in main()
97 delete create_params.array_buffer_allocator; in main()
Dshell.cc74 create_params.array_buffer_allocator = in main()
94 delete create_params.array_buffer_allocator; in main()
Dprocess.cc702 create_params.array_buffer_allocator = in main()
/external/v8/src/objects/
Dbacking-store.cc215 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() local
644 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()
/external/pdfium/testing/
Djs_embedder_test.cpp18 params.array_buffer_allocator = m_pArrayBufferAllocator.get(); in SetUp()
Dxfa_js_embedder_test.cpp25 params.array_buffer_allocator = array_buffer_allocator_.get(); in SetUp()
/external/v8/src/d8/
Dd8.cc475 ArrayBuffer::Allocator* Shell::array_buffer_allocator; member in v8::Shell
2987 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()
Dd8.h545 static ArrayBuffer::Allocator* array_buffer_allocator; variable
/external/pdfium/fxjs/
Dcfx_v8_unittest.cpp30 params.array_buffer_allocator = array_buffer_allocator_.get(); in SetUp()
Dcfxjs_engine.cpp311 params.array_buffer_allocator = g_arrayBufferAllocator; in FXJS_GetIsolate()
/external/chromium-libpac/src/
Dproxy_resolver_v8.cc798 create_params.array_buffer_allocator = v8::ArrayBuffer::Allocator::NewDefaultAllocator(); in SetPacScript()
/external/v8/src/execution/
Disolate.h1464 v8::ArrayBuffer::Allocator* array_buffer_allocator() const { in array_buffer_allocator() function
/external/v8/src/wasm/
Dc-api.cc279 delete create_params_.array_buffer_allocator; in ~StoreImpl()
328 store->create_params_.array_buffer_allocator = in make()
/external/v8/src/api/
Dapi.cc8160 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()
/external/v8/include/
Dv8.h8286 array_buffer_allocator(nullptr), in CreateParams()
8335 ArrayBuffer::Allocator* array_buffer_allocator; member