HomeSort by relevance Sort by last modified time
    Searched defs: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/test/cctest/heap/
test-spaces.cc 624 intptr_t old_space_size = old_space->accounting_stats_.Size(); local
634 CHECK_EQ(old_space->accounting_stats_.Size(), old_space_size);
644 old_space_size + compaction_size);
    [all...]
  /external/v8/src/heap/
heap.h 2455 intptr_t* old_space_size; \/\/ 3 member in class:v8::internal::HeapStats
    [all...]
  /external/v8/src/
api.cc 239 intptr_t old_space_size; local
240 heap_stats.old_space_size = &old_space_size;
553 int old_space_size = constraints.max_old_space_size(); local
556 if (semi_space_size != 0 || old_space_size != 0 ||
558 isolate->heap()->ConfigureHeap(semi_space_size, old_space_size,
    [all...]

Completed in 233 milliseconds