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 672 DEFINE_INT(max_old_space_size, 0, "max size of the old space (in Mbytes)"
    [all...]
api.cc 700 int old_space_size = constraints.max_old_space_size();
    [all...]
  /external/v8/src/heap/
heap.h     [all...]
heap.cc     [all...]
  /external/v8/include/
v8.h 4966 int max_old_space_size() const { return max_old_space_size_; } function in class:v8::ResourceConstraints
    [all...]

Completed in 155 milliseconds