Home | History | Annotate | Download | only in heap

Lines Matching refs:MAP_SPACE

470     case MAP_SPACE:
471 return "map_space";
694 (map_space()->CommittedMemory() * 100.0) / CommittedMemory()));
703 static_cast<int>(map_space()->CommittedMemory() / KB));
732 UPDATE_COUNTERS_AND_FRAGMENTATION_FOR_SPACE(map_space)
1162 if (space == MAP_SPACE) {
1169 AllocationResult allocation = map_space()->AllocateRawUnaligned(
2090 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE);
2124 AllocationResult allocation = AllocateRaw(Map::kSize, MAP_SPACE);
4707 case MAP_SPACE:
4729 case MAP_SPACE:
4744 case MAP_SPACE:
5530 space_[MAP_SPACE] = map_space_ = new MapSpace(this, MAP_SPACE);
6025 case MAP_SPACE:
6026 return heap_->map_space();
6040 case MAP_SPACE:
6041 return heap_->map_space();