Searched refs:new_space_size (Results 1 – 5 of 5) sorted by relevance
102 size_t new_space_size = 0; in GetCounters() local107 new_space_size = heap->new_space()->Size(); in GetCounters()114 {new_space_size, "new_space_live_bytes"}, in GetCounters()
344 size_t new_space_size = (heap_->new_space() ? heap_->new_space()->Size() : 0); in StartInSafepoint() local347 current_.young_object_size = new_space_size + new_lo_space_size; in StartInSafepoint()
2491 size_t* new_space_size; // 3 variable
5354 *stats->new_space_size = NewSpaceSize(); in RecordStats()
245 size_t new_space_size; in FatalProcessOutOfMemory() local246 heap_stats.new_space_size = &new_space_size; in FatalProcessOutOfMemory()