Searched refs:GetFootprintLimit (Results 1 – 6 of 6) sorted by relevance
259 size_t DlMallocSpace::GetFootprintLimit() { in GetFootprintLimit() function in art::gc::space::DlMallocSpace292 size_t footprint_limit = GetFootprintLimit(); in Clear()
260 size_t RosAllocSpace::GetFootprintLimit() { in GetFootprintLimit() function in art::gc::space::RosAllocSpace348 size_t footprint_limit = GetFootprintLimit(); in Clear()
103 size_t GetFootprintLimit() OVERRIDE;
90 virtual size_t GetFootprintLimit() = 0;
90 size_t GetFootprintLimit() OVERRIDE;
1630 CHECK_GE(to_space->GetFootprintLimit(), from_space->GetFootprintLimit()); in PerformHomogeneousSpaceCompact()