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

  /external/v8/src/
flag-definitions.h 643 DEFINE_INT(max_old_space_size, 0, "max size of the old space (in Mbytes)")
    [all...]
api.cc 553 int old_space_size = constraints.max_old_space_size();
    [all...]
  /external/v8/src/heap/
heap.cc     [all...]
heap.h     [all...]
  /external/v8/include/
v8.h 4907 int max_old_space_size() const { return max_old_space_size_; } function in class:v8::ResourceConstraints
    [all...]

Completed in 203 milliseconds