Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dspace_test.h384 size_t footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
430 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
472 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
498 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
527 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
536 footprint = space->GetFootprint(); in SizeFootPrintGrowthLimitAndTrimBody()
Ddlmalloc_space.h100 size_t GetFootprint() OVERRIDE;
Dmalloc_space.h87 virtual size_t GetFootprint() = 0;
Drosalloc_space.h89 size_t GetFootprint() OVERRIDE;
Ddlmalloc_space.cc254 size_t DlMallocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::DlMallocSpace
Drosalloc_space.cc255 size_t RosAllocSpace::GetFootprint() { in GetFootprint() function in art::gc::space::RosAllocSpace
/art/runtime/native/
Ddalvik_system_VMDebug.cc293 allocSize += malloc_space->GetFootprint(); in VMDebug_getHeapSpaceStats()