Searched refs:MapSpace (Results 1 – 6 of 6) sorted by relevance
100 MapSpace* map_space = heap->map_space(); in AllocateAfterFailures()
144 class MapSpace; variable
114 ASSERT((0 <= index) && (index <= MapSpace::kMaxMapPageIndex))2389 class MapSpace : public FixedSpace {2392 MapSpace(Heap* heap, intptr_t max_capacity, AllocationSpace id) in MapSpace() function
502 MapSpace* map_space() { return map_space_; } in map_space()1642 MapSpace* map_space_;
2491 void MapSpace::VerifyObject(HeapObject* object) { in VerifyObject()
5411 MapSpace* space = map_space(); in MapSpaceCheckStoreBuffer()5931 map_space_ = new MapSpace(this, max_old_generation_size_, MAP_SPACE); in SetUp()