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

  /external/chromium_org/v8/test/cctest/
test-strings.cc     [all...]
test-api.cc     [all...]
  /external/chromium_org/v8/src/
api.cc 587 set_max_young_space_size(2 * lump_of_memory);
591 set_max_young_space_size(8 * lump_of_memory);
595 set_max_young_space_size(16 * lump_of_memory);
599 set_max_young_space_size(16 * lump_of_memory);
    [all...]
  /external/v8/include/
v8.h 2569 void set_max_young_space_size(int value) { max_young_space_size_ = value; } function in class:v8::ResourceConstraints
    [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]
  /external/chromium_org/v8/include/
v8.h 3988 void set_max_young_space_size(int value) { max_young_space_size_ = value; } function in class:v8::ResourceConstraints
    [all...]

Completed in 866 milliseconds