/external/v8/test/cctest/ |
D | test-lockers.cc | 100 v8::Isolate::CreateParams create_params; in TEST() local 101 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 102 v8::Isolate* isolate = v8::Isolate::New(create_params); in TEST() 218 v8::Isolate::CreateParams create_params; in TEST() local 219 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 220 v8::Isolate* isolate = v8::Isolate::New(create_params); in TEST() 261 v8::Isolate::CreateParams create_params; in TEST() local 262 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 263 v8::Isolate* isolate = v8::Isolate::New(create_params); in TEST() 306 v8::Isolate::CreateParams create_params; in TEST() local [all …]
|
D | test-deoptimization.cc | 416 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 417 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 418 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST() 524 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 525 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 526 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST() 554 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 555 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 556 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST() 584 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local [all …]
|
D | test-random-number-generator.cc | 42 v8::Isolate::CreateParams create_params; in TEST() local 43 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 44 v8::Isolate* i = v8::Isolate::New(create_params); in TEST() 67 v8::Isolate::CreateParams create_params; in RandomBitCorrelation() local 68 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in RandomBitCorrelation() 69 v8::Isolate* isolate = v8::Isolate::New(create_params); in RandomBitCorrelation()
|
D | test-log.cc | 342 v8::Isolate::CreateParams create_params; in TEST() local 343 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 344 v8::Isolate* isolate = v8::Isolate::New(create_params); in TEST() 404 v8::Isolate::CreateParams create_params; in TEST() local 405 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 406 v8::Isolate* isolate = v8::Isolate::New(create_params); in TEST() 474 v8::Isolate::CreateParams create_params; in TEST() local 475 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 476 v8::Isolate* isolate = v8::Isolate::New(create_params); in TEST() 546 v8::Isolate::CreateParams create_params; in TEST() local [all …]
|
D | cctest.cc | 90 v8::Isolate::CreateParams create_params; in Run() local 91 create_params.array_buffer_allocator = allocator_; in Run() 92 isolate_ = v8::Isolate::New(create_params); in Run()
|
D | test-serialize.cc | 710 v8::Isolate::CreateParams create_params; in TEST() local 711 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 712 v8::Isolate* isolate0 = v8::Isolate::New(create_params); in TEST() 1453 v8::Isolate::CreateParams create_params; in ProduceCache() local 1454 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in ProduceCache() 1455 v8::Isolate* isolate1 = v8::Isolate::New(create_params); in ProduceCache() 1495 v8::Isolate::CreateParams create_params; in TEST() local 1496 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST() 1497 v8::Isolate* isolate2 = v8::Isolate::New(create_params); in TEST() 1536 v8::Isolate::CreateParams create_params; in TEST() local [all …]
|
D | test-strings.cc | 1240 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 1242 create_params.constraints.set_max_semi_space_size(1 * Page::kPageSize / MB); in UNINITIALIZED_TEST() 1243 create_params.constraints.set_max_old_space_size(6 * Page::kPageSize / MB); in UNINITIALIZED_TEST() 1244 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 1245 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
|
D | test-api.cc | 14518 v8::Isolate::CreateParams create_params; in RunTest() local 14519 create_params.entry_hook = EntryHook; in RunTest() 14520 create_params.code_event_handler = JitEvent; in RunTest() 14521 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in RunTest() 14522 v8::Isolate* isolate = v8::Isolate::New(create_params); in RunTest() 14553 create_params = v8::Isolate::CreateParams(); in RunTest() 14554 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in RunTest() 14555 isolate = v8::Isolate::New(create_params); in RunTest() 14742 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 14743 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() [all …]
|
D | test-debug.cc | 5374 v8::Isolate::CreateParams create_params; in Run() local 5375 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in Run() 5376 isolate_ = v8::Isolate::New(create_params); in Run() 5508 v8::Isolate::CreateParams create_params; in Run() local 5509 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in Run() 5510 isolate_ = v8::Isolate::New(create_params); in Run()
|
/external/v8/samples/ |
D | hello-world.cc | 35 Isolate::CreateParams create_params; in main() local 36 create_params.array_buffer_allocator = &allocator; in main() 37 Isolate* isolate = Isolate::New(create_params); in main()
|
D | shell.cc | 85 v8::Isolate::CreateParams create_params; in main() local 86 create_params.array_buffer_allocator = &array_buffer_allocator; in main() 87 v8::Isolate* isolate = v8::Isolate::New(create_params); in main()
|
D | process.cc | 703 Isolate::CreateParams create_params; in main() local 704 create_params.array_buffer_allocator = &array_buffer_allocator; in main() 705 Isolate* isolate = Isolate::New(create_params); in main()
|
/external/v8/test/unittests/ |
D | test-utils.cc | 45 v8::Isolate::CreateParams create_params; in SetUpTestCase() local 47 create_params.array_buffer_allocator = array_buffer_allocator_; in SetUpTestCase() 48 isolate_ = v8::Isolate::New(create_params); in SetUpTestCase()
|
/external/v8/test/fuzzer/ |
D | fuzzer-support.cc | 50 v8::Isolate::CreateParams create_params; in FuzzerSupport() local 51 create_params.array_buffer_allocator = allocator_; in FuzzerSupport() 52 isolate_ = v8::Isolate::New(create_params); in FuzzerSupport()
|
/external/v8/test/cctest/heap/ |
D | test-page-promotion.cc | 21 v8::Isolate::CreateParams create_params; in NewIsolateForPagePromotion() local 22 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in NewIsolateForPagePromotion() 23 v8::Isolate* isolate = v8::Isolate::New(create_params); in NewIsolateForPagePromotion()
|
D | test-spaces.cc | 631 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 632 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 633 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST() 654 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 655 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 656 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
|
D | test-array-buffer-tracker.cc | 296 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 297 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 298 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
|
D | test-mark-compact.cc | 465 v8::Isolate::CreateParams create_params; in ShortLivingIsolate() local 466 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in ShortLivingIsolate() 467 v8::Isolate* isolate = v8::Isolate::New(create_params); in ShortLivingIsolate()
|
D | test-heap.cc | 1234 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 1235 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 1236 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST() 3916 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 3917 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() 3918 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST() 5470 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local 5472 create_params.constraints.set_max_semi_space_size(1 * Page::kPageSize / MB); in UNINITIALIZED_TEST() 5473 create_params.constraints.set_max_old_space_size(6 * Page::kPageSize / MB); in UNINITIALIZED_TEST() 5474 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST() [all …]
|
/external/v8/tools/ |
D | parser-shell.cc | 172 v8::Isolate::CreateParams create_params; in main() local 173 create_params.array_buffer_allocator = &array_buffer_allocator; in main() 174 v8::Isolate* isolate = v8::Isolate::New(create_params); in main()
|
/external/v8/src/ |
D | d8.cc | 297 Isolate::CreateParams create_params; in CompileForCachedData() local 298 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in CompileForCachedData() 299 Isolate* temp_isolate = Isolate::New(create_params); in CompileForCachedData() 1585 Isolate::CreateParams create_params; in ExecuteInThread() local 1586 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread() 1587 Isolate* isolate = Isolate::New(create_params); in ExecuteInThread() 1798 Isolate::CreateParams create_params; in ExecuteInThread() local 1799 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread() 1800 Isolate* isolate = Isolate::New(create_params); in ExecuteInThread() 2453 Isolate::CreateParams create_params; in Main() local [all …]
|
/external/v8/test/cctest/interpreter/ |
D | generate-bytecode-expectations.cc | 367 v8::Isolate::CreateParams create_params; in V8InitializationScope() local 368 create_params.array_buffer_allocator = &allocator; in V8InitializationScope() 370 isolate_ = v8::Isolate::New(create_params); in V8InitializationScope()
|
/external/chromium-libpac/src/ |
D | proxy_resolver_v8.cc | 767 v8::Isolate::CreateParams create_params; in SetPacScript() local 768 create_params.array_buffer_allocator = &allocator; in SetPacScript() 770 context_ = new Context(js_bindings_, error_listener_, v8::Isolate::New(create_params)); in SetPacScript()
|