Searched defs:max_young_space_size_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8.h2568 int max_young_space_size() const { return max_young_space_size_; }
2569 void set_max_young_space_size(int value) { max_young_space_size_ = value; }
2578 int max_young_space_size_; member in class:v8::ResourceConstraints

Completed in 59 milliseconds