Home
last modified time | relevance | path

Searched refs:GetFootprint (Results 1 – 7 of 7) sorted by relevance

/art/runtime/gc/space/
Dspace_test.h155 size_t footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
204 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
248 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
274 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
305 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
314 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
Ddlmalloc_space.h111 size_t GetFootprint() OVERRIDE;
Dmalloc_space.h92 virtual size_t GetFootprint() = 0;
Drosalloc_space.h108 size_t GetFootprint() OVERRIDE;
Ddlmalloc_space.cc241 size_t DlMallocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc266 size_t RosAllocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::RosAllocSpace
/art/runtime/native/
Ddalvik_system_VMDebug.cc329 allocSize += malloc_space->GetFootprint(); in VMDebug_getHeapSpaceStats()