Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h152 size_t footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
201 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
245 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
271 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
302 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
311 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
Ddlmalloc_space.h111 size_t GetFootprint() OVERRIDE;
Dmalloc_space.h82 virtual size_t GetFootprint() = 0;
Drosalloc_space.h108 size_t GetFootprint() OVERRIDE;
Ddlmalloc_space.cc243 size_t DlMallocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc268 size_t RosAllocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::RosAllocSpace