Home
last modified time | relevance | path

Searched refs:create_params (Results 1 – 23 of 23) sorted by relevance

/external/v8/test/cctest/
Dtest-lockers.cc100 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 …]
Dtest-deoptimization.cc416 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 …]
Dtest-random-number-generator.cc42 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()
Dtest-log.cc342 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 …]
Dcctest.cc90 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()
Dtest-serialize.cc710 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 …]
Dtest-strings.cc1240 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()
Dtest-api.cc14518 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 …]
Dtest-debug.cc5374 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/
Dhello-world.cc35 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()
Dshell.cc85 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()
Dprocess.cc703 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/
Dtest-utils.cc45 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/
Dfuzzer-support.cc50 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/
Dtest-page-promotion.cc21 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()
Dtest-spaces.cc631 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()
Dtest-array-buffer-tracker.cc296 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()
Dtest-mark-compact.cc465 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()
Dtest-heap.cc1234 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/
Dparser-shell.cc172 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/
Dd8.cc297 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/
Dgenerate-bytecode-expectations.cc367 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/
Dproxy_resolver_v8.cc767 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()