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

  /external/v8/src/heap/
heap.h 2388 size_t* old_space_size; \/\/ 3 member in class:v8::internal::GarbageCollectionReason::HeapStats
    [all...]
  /external/v8/src/
api.cc 300 size_t old_space_size; local
301 heap_stats.old_space_size = &old_space_size;
787 int old_space_size = constraints.max_old_space_size(); local
791 if (semi_space_size != 0 || old_space_size != 0 ||
793 isolate->heap()->ConfigureHeap(semi_space_size, old_space_size,
    [all...]

Completed in 171 milliseconds