Home | History | Annotate | Download | only in src

Lines Matching refs:MAP_SPACE

528             (map_space()->CommittedMemory() * 100.0) / CommittedMemory()));
542 static_cast<int>(map_space()->CommittedMemory() / KB));
572 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(map_space)
6201 case MAP_SPACE:
6494 MapSpace* space = map_space();
6861 map_space_ = new MapSpace(this, max_old_generation_size_, MAP_SPACE);
7094 case MAP_SPACE:
7095 return heap_->map_space();
7116 case MAP_SPACE:
7117 return heap_->map_space();
7205 case MAP_SPACE:
7206 iterator_ = new HeapObjectIterator(heap_->map_space(), size_func_);