Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h4966 int max_old_space_size() const { return max_old_space_size_; } in max_old_space_size()
4968 max_old_space_size_ = limit_in_mb; in set_max_old_space_size()
4984 int max_old_space_size_; variable
/external/v8/src/
Dapi.cc650 max_old_space_size_(0), in ResourceConstraints()