Home
last modified time | relevance | path

Searched refs:set_max_old_space_size (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h2571 void set_max_old_space_size(int value) { max_old_space_size_ = value; } in set_max_old_space_size() function
/external/v8/test/cctest/
Dtest-api.cc2630 constraints.set_max_old_space_size(4 * K * K); in TEST()
2671 constraints.set_max_old_space_size(4 * K * K); in TEST()
2700 constraints.set_max_old_space_size(2 * K * K); in TEST()
15302 constraints.set_max_old_space_size(4 * K * K); in Run()