| /external/v8/test/cctest/ |
| D | test-lockers.cc | 101 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 219 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 262 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 307 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 392 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 449 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 514 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 575 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 652 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 686 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in Run()
|
| D | test-deoptimization.cc | 417 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 525 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 555 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 585 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 615 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 645 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 675 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 739 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 839 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
|
| D | test-random-number-generator.cc | 43 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 68 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in RandomBitCorrelation()
|
| D | test-log.cc | 343 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 405 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 475 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 547 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 581 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
|
| D | test-serialize.cc | 71 set_array_buffer_allocator(CcTest::array_buffer_allocator()); in TestIsolate() 621 params1.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 639 params2.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 683 params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 711 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 731 params1.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 762 params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 802 params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 835 params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 871 params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() [all …]
|
| D | cctest.cc | 91 create_params.array_buffer_allocator = allocator_; in Run() 196 CcTestArrayBufferAllocator array_buffer_allocator; in main() local 197 CcTest::set_array_buffer_allocator(&array_buffer_allocator); in main()
|
| D | test-typedarrays.cc | 77 ->array_buffer_allocator() in TEST()
|
| /external/v8/tools/ |
| D | parser-shell.cc | 171 ArrayBufferAllocator array_buffer_allocator; in main() local 173 create_params.array_buffer_allocator = &array_buffer_allocator; in main()
|
| /external/v8/src/heap/ |
| D | array-buffer-tracker.cc | 23 heap_->isolate()->array_buffer_allocator()->Free(it->second.first, in Free() 62 heap_->isolate()->array_buffer_allocator()->Free(it->second.first, in Process()
|
| /external/v8/test/cctest/heap/ |
| D | test-page-promotion.cc | 22 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in NewIsolateForPagePromotion()
|
| D | test-array-buffer-tracker.cc | 183 heap->isolate()->array_buffer_allocator()->Free(contents.Data(), in TEST() 297 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
|
| D | test-spaces.cc | 632 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 655 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
|
| D | test-mark-compact.cc | 466 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in ShortLivingIsolate()
|
| /external/v8/src/extensions/ |
| D | free-buffer-extension.cc | 25 isolate->array_buffer_allocator()->Free(contents.Data(), in FreeBuffer()
|
| /external/pdfium/testing/ |
| D | js_embedder_test.cpp | 10 params.array_buffer_allocator = m_pArrayBufferAllocator.get(); in JSEmbedderTest()
|
| /external/v8/samples/ |
| D | hello-world.cc | 36 create_params.array_buffer_allocator = &allocator; in main()
|
| D | shell.cc | 84 ShellArrayBufferAllocator array_buffer_allocator; in main() local 86 create_params.array_buffer_allocator = &array_buffer_allocator; in main()
|
| D | process.cc | 702 ArrayBufferAllocator array_buffer_allocator; in main() local 704 create_params.array_buffer_allocator = &array_buffer_allocator; in main()
|
| /external/v8/test/unittests/ |
| D | test-utils.cc | 47 create_params.array_buffer_allocator = array_buffer_allocator_; in SetUpTestCase()
|
| /external/v8/src/ |
| D | d8.cc | 264 ArrayBuffer::Allocator* Shell::array_buffer_allocator; member in v8::Shell 298 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in CompileForCachedData() 1586 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread() 1640 Shell::array_buffer_allocator->Free(contents.Data(), in ~SerializationData() 1799 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread() 2353 Shell::array_buffer_allocator->Free(contents.Data(), contents.ByteLength()); in CleanupWorkers() 2457 Shell::array_buffer_allocator = &mock_arraybuffer_allocator; in Main() 2459 Shell::array_buffer_allocator = &shell_array_buffer_allocator; in Main() 2461 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in Main()
|
| D | d8.h | 445 static ArrayBuffer::Allocator* array_buffer_allocator; variable
|
| /external/v8/test/fuzzer/ |
| D | fuzzer-support.cc | 51 create_params.array_buffer_allocator = allocator_; in FuzzerSupport()
|
| /external/pdfium/xfa/src/fxjse/src/ |
| D | runtime.cpp | 55 params.array_buffer_allocator = new FXJSE_ArrayBufferAllocator(); in FXJSE_Runtime_Create()
|
| /external/v8/test/cctest/interpreter/ |
| D | generate-bytecode-expectations.cc | 368 create_params.array_buffer_allocator = &allocator; in V8InitializationScope()
|
| /external/v8/src/runtime/ |
| D | runtime-typedarray.cc | 73 isolate->array_buffer_allocator()->Free(backing_store, byte_length); in RUNTIME_FUNCTION()
|