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

  /external/chromium_org/v8/src/
api.cc 584 // The young_space_size should be a power of 2 and old_generation_size should
616 int young_space_size = constraints->max_young_space_size(); local
619 if (young_space_size != 0 || old_gen_size != 0 || max_executable_size != 0) {
622 bool result = isolate->heap()->ConfigureHeap(young_space_size / 2,
    [all...]
  /external/v8/src/
api.cc 586 int young_space_size = constraints->max_young_space_size(); local
589 if (young_space_size != 0 || old_gen_size != 0 || max_executable_size != 0) {
592 bool result = isolate->heap()->ConfigureHeap(young_space_size / 2,
    [all...]

Completed in 27 milliseconds