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

  /external/v8/tools/oom_dump/
oom_dump.cc 168 const int old_space_size = READ_FIELD(3); local
226 PRINT_MB_STAT(old_space_size);
  /external/v8/src/heap/
heap.h 2309 intptr_t* old_space_size; \/\/ 3 member in class:v8::internal::HeapStats
    [all...]
heap.cc     [all...]
  /external/v8/src/
api.cc 259 intptr_t old_space_size; local
260 heap_stats.old_space_size = &old_space_size;
700 int old_space_size = constraints.max_old_space_size(); local
703 if (semi_space_size != 0 || old_space_size != 0 ||
705 isolate->heap()->ConfigureHeap(semi_space_size, old_space_size,
    [all...]

Completed in 298 milliseconds