Searched refs:GetMemMap (Results 1 – 10 of 10) sorted by relevance
187 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace()192 std::unique_ptr<MemMap> mem_map(GetMemMap()->RemapAtEnd(End(), alloc_space_name, in CreateZygoteSpace()260 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
380 MemMap* GetMemMap() { in GetMemMap() function384 const MemMap* GetMemMap() const { in GetMemMap() function
280 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
115 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
360 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
90 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
271 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()277 from_space_->GetMemMap()->Protect(PROT_READ); in MarkingPhase()813 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
155 reinterpret_cast<uintptr_t>(image_space->GetMemMap()->Begin()); in RelocatedCopyOfFollowImages()
285 space->GetMemMap(), in Patch()
617 bool no_gap = MemMap::CheckNoGaps(first_space->GetMemMap(), non_moving_space_->GetMemMap()); in Heap()2061 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()2444 non_moving_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2475 main_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2486 region_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2488 bump_pointer_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2689 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()2692 temp_space_->GetMemMap()->TryReadable(); in CollectGarbageInternal()