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

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

Completed in 271 milliseconds