Searched refs:GetMemMap (Results 1 – 12 of 12) sorted by relevance
207 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace()212 MemMap mem_map = GetMemMap()->RemapAtEnd( in CreateZygoteSpace()288 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
384 MemMap* GetMemMap() { in GetMemMap() function388 const MemMap* GetMemMap() const { in GetMemMap() function
429 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
389 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
107 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
106 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
109 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
821 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
619 space->GetMemMap()->Begin(), in InitAppImage()625 space->GetMemMap()->Begin(), in InitAppImage()
223 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()229 from_space_->GetMemMap()->Protect(PROT_READ); in MarkingPhase()648 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
844 bool no_gap = MemMap::CheckNoGaps(*first_space->GetMemMap(), *non_moving_space_->GetMemMap()); in Heap()2253 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()2522 non_moving_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2553 main_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2566 region_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2570 bump_pointer_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2885 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()2889 temp_space_->GetMemMap()->TryReadable(); in CollectGarbageInternal()
1615 const uint8_t* target_base = space.GetMemMap()->Begin(); in CountInternedStringReferences()