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

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

Completed in 114 milliseconds