Searched refs:old_space_size (Results 1 – 5 of 5) sorted by relevance
168 const int old_space_size = READ_FIELD(3); in DumpHeapStats() local226 PRINT_MB_STAT(old_space_size); in DumpHeapStats()
624 intptr_t old_space_size = old_space->accounting_stats_.Size(); in TestCompactionSpaceDivide() local634 CHECK_EQ(old_space->accounting_stats_.Size(), old_space_size); in TestCompactionSpaceDivide()644 old_space_size + compaction_size); in TestCompactionSpaceDivide()
239 intptr_t old_space_size; in FatalProcessOutOfMemory() local240 heap_stats.old_space_size = &old_space_size; in FatalProcessOutOfMemory()553 int old_space_size = constraints.max_old_space_size(); in SetResourceConstraints() local556 if (semi_space_size != 0 || old_space_size != 0 || in SetResourceConstraints()558 isolate->heap()->ConfigureHeap(semi_space_size, old_space_size, in SetResourceConstraints()
2455 intptr_t* old_space_size; // 3 variable
4843 *stats->old_space_size = old_space_->SizeOfObjects(); in RecordStats()