Searched refs:MapSpace (Results 1 – 6 of 6) sorted by relevance
112 friend class MapSpace; variable262 friend class MapSpace; variable
514 class MapSpace : public PagedSpace {517 explicit MapSpace(Heap* heap) in MapSpace() function
971 void MapSpace::SortFreeList() { in SortFreeList()997 void MapSpace::VerifyObject(HeapObject object) { CHECK(object.IsMap()); } in VerifyObject()
835 MapSpace* map_space() { return map_space_; } in map_space()2078 MapSpace* map_space_ = nullptr;
5139 space_[MAP_SPACE] = map_space_ = new MapSpace(this); in SetUpSpaces()
653 class MapSpace; variable