Searched refs:GetFootprintLimit (Results 1 – 6 of 6) sorted by relevance
246 size_t DlMallocSpace::GetFootprintLimit() { in GetFootprintLimit() function in art::gc::space::DlMallocSpace279 size_t footprint_limit = GetFootprintLimit(); in Clear()
114 size_t GetFootprintLimit() OVERRIDE;
95 virtual size_t GetFootprintLimit() = 0;
271 size_t RosAllocSpace::GetFootprintLimit() { in GetFootprintLimit() function in art::gc::space::RosAllocSpace359 size_t footprint_limit = GetFootprintLimit(); in Clear()
109 size_t GetFootprintLimit() OVERRIDE;
2065 CHECK_GE(to_space->GetFootprintLimit(), from_space->GetFootprintLimit()); in PerformHomogeneousSpaceCompact()