Lines Matching defs:create_params

14518   v8::Isolate::CreateParams create_params;
14519 create_params.entry_hook = EntryHook;
14520 create_params.code_event_handler = JitEvent;
14521 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
14522 v8::Isolate* isolate = v8::Isolate::New(create_params);
14553 create_params = v8::Isolate::CreateParams();
14554 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
14555 isolate = v8::Isolate::New(create_params);
14742 v8::Isolate::CreateParams create_params;
14743 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
14744 v8::Isolate* isolate = v8::Isolate::New(create_params);
14809 isolate = v8::Isolate::New(create_params);
18155 v8::Isolate::CreateParams create_params;
18156 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
18157 v8::Isolate* isolate = v8::Isolate::New(create_params);
18178 v8::Isolate::CreateParams create_params;
18179 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
18180 v8::Isolate* isolate = v8::Isolate::New(create_params);
19495 v8::Isolate::CreateParams create_params;
19496 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
19497 v8::Isolate* isolate = v8::Isolate::New(create_params);
19511 v8::Isolate::CreateParams create_params;
19512 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
19513 v8::Isolate* isolate = v8::Isolate::New(create_params);
19532 v8::Isolate::CreateParams create_params;
19533 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
19534 v8::Isolate* isolate1 = v8::Isolate::New(create_params);
19581 v8::Isolate::CreateParams create_params;
19582 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
19583 v8::Isolate* isolate1 = v8::Isolate::New(create_params);
19602 v8::Isolate* isolate2 = v8::Isolate::New(create_params);
19727 v8::Isolate::CreateParams create_params;
19728 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
19729 v8::Isolate* isolate = v8::Isolate::New(create_params);
19766 v8::Isolate::CreateParams create_params;
19767 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
19768 v8::Isolate* isolate = v8::Isolate::New(create_params);
19807 v8::Isolate::CreateParams create_params;
19808 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
19813 create_params.constraints.set_max_semi_space_size(1 * pageSizeMult);
19814 create_params.constraints.set_max_old_space_size(4 * pageSizeMult);
19820 v8::Isolate* isolate = v8::Isolate::New(create_params);
21507 v8::Isolate::CreateParams create_params;
21508 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
21509 create_params.counter_lookup_callback = LookupCounter;
21510 v8::Isolate* isolate = v8::Isolate::New(create_params);
21596 v8::Isolate::CreateParams create_params;
21597 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
21598 v8::Isolate* isolate = v8::Isolate::New(create_params);
24267 v8::Isolate::CreateParams create_params;
24268 create_params.array_buffer_allocator = CcTest::array_buffer_allocator();
24274 v8::Isolate* isolate1 = v8::Isolate::New(create_params);
24294 v8::Isolate* isolate2 = v8::Isolate::New(create_params);