Searched refs:GetMemMap (Results 1 – 12 of 12) sorted by relevance
192 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace()197 std::unique_ptr<MemMap> mem_map(GetMemMap()->RemapAtEnd(End(), alloc_space_name, in CreateZygoteSpace()265 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
379 MemMap* GetMemMap() { in GetMemMap() function383 const MemMap* GetMemMap() const { in GetMemMap() function
105 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
282 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
94 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
362 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
458 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
141 reinterpret_cast<uintptr_t>(image_space->GetMemMap()->Begin()); in RelocatedCopyOfFollowImages()
543 space->GetMemMap(), in Patch()
275 from_space_->GetMemMap()->Protect(PROT_NONE); in MarkingPhase()281 from_space_->GetMemMap()->Protect(PROT_READ); in MarkingPhase()808 from_space_->GetMemMap()->Protect(PROT_NONE); in FinishPhase()
619 bool no_gap = MemMap::CheckNoGaps(first_space->GetMemMap(), non_moving_space_->GetMemMap()); in Heap()1929 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()2302 non_moving_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2333 main_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2344 region_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2348 bump_pointer_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()2591 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()2594 temp_space_->GetMemMap()->TryReadable(); in CollectGarbageInternal()
1346 const uint8_t* target_base = space->GetMemMap()->Begin(); in Update()