HomeSort by relevance Sort by last modified time
    Searched refs:GetFootprint (Results 1 - 7 of 7) sorted by null

  /art/runtime/gc/space/
space_test.h 152 size_t footprint = space->GetFootprint();
201 footprint = space->GetFootprint();
245 footprint = space->GetFootprint();
271 footprint = space->GetFootprint();
302 footprint = space->GetFootprint();
311 footprint = space->GetFootprint();
dlmalloc_space.h 111 size_t GetFootprint() OVERRIDE;
malloc_space.h 92 virtual size_t GetFootprint() = 0;
rosalloc_space.h 108 size_t GetFootprint() OVERRIDE;
dlmalloc_space.cc 242 size_t DlMallocSpace::GetFootprint() {
rosalloc_space.cc 267 size_t RosAllocSpace::GetFootprint() {
  /art/runtime/native/
dalvik_system_VMDebug.cc 360 allocSize += malloc_space->GetFootprint();

Completed in 94 milliseconds