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 630 int young_space_size = constraints->max_young_space_size(); local
633 if (young_space_size != 0 || old_gen_size != 0 || max_executable_size != 0) {
636 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 409 milliseconds