Home
last modified time | relevance | path

Searched refs:create_params (Results 1 – 20 of 20) 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()
401 v8::Isolate::CreateParams create_params; in TEST() local
402 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
403 v8::Isolate* isolate = v8::Isolate::New(create_params); in TEST()
459 v8::Isolate::CreateParams create_params; in TEST() local
460 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
461 v8::Isolate* isolate = v8::Isolate::New(create_params); in TEST()
531 v8::Isolate::CreateParams create_params; in TEST() local
[all …]
Dtest-microtask-delivery.cc38 v8::Isolate::CreateParams create_params; in HarmonyIsolate() local
39 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in HarmonyIsolate()
40 isolate_ = v8::Isolate::New(create_params); in HarmonyIsolate()
Dtest-serialize.cc782 v8::Isolate::CreateParams create_params; in TEST() local
783 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
784 v8::Isolate* isolate0 = v8::Isolate::New(create_params); in TEST()
1441 v8::Isolate::CreateParams create_params; in ProduceCache() local
1442 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in ProduceCache()
1443 v8::Isolate* isolate1 = v8::Isolate::New(create_params); in ProduceCache()
1484 v8::Isolate::CreateParams create_params; in TEST() local
1485 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in TEST()
1486 v8::Isolate* isolate2 = v8::Isolate::New(create_params); in TEST()
1526 v8::Isolate::CreateParams create_params; in TEST() local
[all …]
Dcctest.cc88 v8::Isolate::CreateParams create_params; in Run() local
89 create_params.array_buffer_allocator = allocator_; in Run()
90 isolate_ = v8::Isolate::New(create_params); in Run()
Dtest-strings.cc1239 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local
1241 create_params.constraints.set_max_semi_space_size(1 * Page::kPageSize / MB); in UNINITIALIZED_TEST()
1242 create_params.constraints.set_max_old_space_size(6 * Page::kPageSize / MB); in UNINITIALIZED_TEST()
1243 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
1244 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
Dtest-api.cc14027 v8::Isolate::CreateParams create_params; in RunTest() local
14028 create_params.entry_hook = EntryHook; in RunTest()
14029 create_params.code_event_handler = JitEvent; in RunTest()
14030 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in RunTest()
14031 v8::Isolate* isolate = v8::Isolate::New(create_params); in RunTest()
14053 create_params = v8::Isolate::CreateParams(); in RunTest()
14054 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in RunTest()
14055 isolate = v8::Isolate::New(create_params); in RunTest()
14237 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local
14238 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
[all …]
Dtest-debug.cc5455 v8::Isolate::CreateParams create_params; in Run() local
5456 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in Run()
5457 isolate_ = v8::Isolate::New(create_params); in Run()
5589 v8::Isolate::CreateParams create_params; in Run() local
5590 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in Run()
5591 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/cctest/heap/
Dtest-spaces.cc752 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local
753 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
754 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
815 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local
816 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
817 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
898 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local
899 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
900 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
Dtest-mark-compact.cc476 v8::Isolate::CreateParams create_params; in ShortLivingIsolate() local
477 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in ShortLivingIsolate()
478 v8::Isolate* isolate = v8::Isolate::New(create_params); in ShortLivingIsolate()
Dtest-heap.cc1194 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local
1195 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
1196 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
3946 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local
3947 create_params.array_buffer_allocator = CcTest::array_buffer_allocator(); in UNINITIALIZED_TEST()
3948 v8::Isolate* isolate = v8::Isolate::New(create_params); in UNINITIALIZED_TEST()
5496 v8::Isolate::CreateParams create_params; in UNINITIALIZED_TEST() local
5498 create_params.constraints.set_max_semi_space_size(1 * Page::kPageSize / MB); in UNINITIALIZED_TEST()
5499 create_params.constraints.set_max_old_space_size(6 * Page::kPageSize / MB); in UNINITIALIZED_TEST()
5500 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.cc298 Isolate::CreateParams create_params; in CompileForCachedData() local
299 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in CompileForCachedData()
300 Isolate* temp_isolate = Isolate::New(create_params); in CompileForCachedData()
1576 Isolate::CreateParams create_params; in ExecuteInThread() local
1577 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread()
1578 Isolate* isolate = Isolate::New(create_params); in ExecuteInThread()
1789 Isolate::CreateParams create_params; in ExecuteInThread() local
1790 create_params.array_buffer_allocator = Shell::array_buffer_allocator; in ExecuteInThread()
1791 Isolate* isolate = Isolate::New(create_params); in ExecuteInThread()
2453 Isolate::CreateParams create_params; in Main() local
[all …]
/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()