Home
last modified time | relevance | path

Searched refs:GetMemMap (Results 1 – 12 of 12) sorted by relevance

/art/runtime/gc/space/
Dmalloc_space.cc207 VLOG(heap) << "Size " << GetMemMap()->Size(); in CreateZygoteSpace()
212 MemMap mem_map = GetMemMap()->RemapAtEnd( in CreateZygoteSpace()
288 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
Dspace.h384 MemMap* GetMemMap() { in GetMemMap() function
388 const MemMap* GetMemMap() const { in GetMemMap() function
Dmalloc_space.h107 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
Ddlmalloc_space.cc389 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
Drosalloc_space.cc429 madvise(GetMemMap()->Begin(), GetMemMap()->Size(), MADV_DONTNEED); in Clear()
Dbump_pointer_space.h106 return GetMemMap()->Size(); in NonGrowthLimitCapacity()
Dbump_pointer_space.cc109 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
Dregion_space.cc821 GetMemMap()->SetSize(new_capacity); in ClampGrowthLimit()
Dimage_space.cc613 space->GetMemMap()->Begin(), in InitAppImage()
619 space->GetMemMap()->Begin(), in InitAppImage()
/art/runtime/gc/collector/
Dsemi_space.cc223 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()
/art/runtime/gc/
Dheap.cc844 bool no_gap = MemMap::CheckNoGaps(*first_space->GetMemMap(), *non_moving_space_->GetMemMap()); in Heap()
2238 to_space->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PerformHomogeneousSpaceCompact()
2507 non_moving_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()
2538 main_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()
2551 region_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()
2555 bump_pointer_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in PreZygoteFork()
2867 temp_space_->GetMemMap()->Protect(PROT_READ | PROT_WRITE); in CollectGarbageInternal()
2871 temp_space_->GetMemMap()->TryReadable(); in CollectGarbageInternal()
/art/runtime/
Dclass_linker.cc1601 const uint8_t* target_base = space.GetMemMap()->Begin(); in CountInternedStringReferences()