Home | History | Annotate | Download | only in src

Lines Matching refs:map_space_

106       map_space_(NULL),
169 map_space_->Capacity() +
181 map_space_->CommittedMemory() +
200 map_space_->Available() +
209 map_space_ != NULL &&
345 map_space_->Size(),
346 map_space_->Available(),
347 map_space_->Waste());
950 VerifyPageWatermarkValidity(map_space_, ALL_VALID);
959 map_space_->FlushTopPageWatermark();
1009 IterateDirtyRegions(map_space_,
3979 map_space_->ReportStatistics();
4001 map_space_->Contains(addr) ||
4026 return map_space_->Contains(addr);
4091 map_space_->Verify(&dirty_regions_visitor);
4095 VerifyPointersUnderWatermark(map_space_,
4100 VerifyPageWatermarkValidity(map_space_, ALL_INVALID);
4438 (space == map_space_ &&
4602 *stats->map_space_size = map_space_->Size();
4603 *stats->map_space_capacity = map_space_->Capacity();
4632 + map_space_->Size()
4893 map_space_ = new MapSpace(this, FLAG_use_big_map_space
4898 if (map_space_ == NULL) return false;
4899 if (!map_space_->Setup(NULL, 0)) return false;
4990 if (map_space_ != NULL) {
4991 map_space_->TearDown();
4992 delete map_space_;
4993 map_space_ = NULL;