Home
last modified time | relevance | path

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

/art/runtime/gc/space/
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()
Ddlmalloc_space.h120 size_t GetFootprint() override;
Dmalloc_space.h84 virtual size_t GetFootprint() = 0;
Drosalloc_space.h115 size_t GetFootprint() override;
Ddlmalloc_space.cc300 size_t DlMallocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc335 size_t RosAllocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::RosAllocSpace
/art/runtime/native/
Ddalvik_system_VMDebug.cc418 allocSize += malloc_space->GetFootprint(); in VMDebug_getHeapSpaceStats()