HomeSort by relevance Sort by last modified time
    Searched full:max_old_space_size (Results 1 - 3 of 3) sorted by null

  /external/v8/src/
flag-definitions.h 172 DEFINE_int(max_old_space_size, 0, "max size of the old generation")
api.cc 390 int old_gen_size = constraints->max_old_space_size();
    [all...]
  /external/v8/include/
v8.h 2074 int max_old_space_size() const { return max_old_space_size_; } function in class:v8::ResourceConstraints
    [all...]

Completed in 187 milliseconds