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

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

Completed in 56 milliseconds