Home
last modified time | relevance | path

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

/aosp12/art/runtime/gc/space/
H A Dspace_test.h153 size_t footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
202 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
246 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
272 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
303 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
312 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
H A Ddlmalloc_space.h120 size_t GetFootprint() override;
H A Dmalloc_space.h84 virtual size_t GetFootprint() = 0;
H A Drosalloc_space.h115 size_t GetFootprint() override;
H A Ddlmalloc_space.cc300 size_t DlMallocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::DlMallocSpace
H A Drosalloc_space.cc335 size_t RosAllocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::RosAllocSpace