Searched refs:GetMemMap (Results 1 – 11 of 11) sorted by relevance
208 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace()213 MemMap mem_map = GetMemMap()->RemapAtEnd( in CreateZygoteSpace()287 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
379 MemMap* GetMemMap() { in GetMemMap() function383 const MemMap* GetMemMap() const { in GetMemMap() function
339 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
107 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
429 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
96 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
699 ImageHeader* image_header = reinterpret_cast<ImageHeader*>(space->GetMemMap()->Begin()); in InitAppImage()704 space->GetMemMap()->Begin(), in InitAppImage()710 space->GetMemMap()->Begin(), in InitAppImage()
799 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
277 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()283 from_space_->GetMemMap()->Protect(PROT_READ); in MarkingPhase()811 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
704 bool no_gap = MemMap::CheckNoGaps(*first_space->GetMemMap(), *non_moving_space_->GetMemMap()); in Heap()2078 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()2236 main_space_backup_->GetMemMap()->Protect(PROT_NONE); in TransitionCollector()2456 non_moving_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2487 main_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2500 region_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2504 bump_pointer_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2772 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()2775 temp_space_->GetMemMap()->TryReadable(); in CollectGarbageInternal()
1403 const uint8_t* target_base = space.GetMemMap()->Begin(); in VerifyStringInterning()