Home | History | Annotate | Download | only in src

Lines Matching refs:MAP_SPACE

439     case MAP_SPACE:
494 PagedSpace* map_space = Heap::map_space();
516 if (!(map_space->ReserveSpace(map_space_size))) {
517 Heap::CollectGarbage(map_space_size, MAP_SPACE);
3208 case MAP_SPACE:
3579 MAP_SPACE);
3737 case MAP_SPACE:
3738 return Heap::map_space();
3757 case MAP_SPACE:
3758 return Heap::map_space();
3831 case MAP_SPACE:
3832 iterator_ = new HeapObjectIterator(Heap::map_space());