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

  /art/runtime/gc/space/
rosalloc_space.cc 148 rosalloc->SetFootprintLimit(initial_size);
163 rosalloc_->SetFootprintLimit(max_allowed);
169 rosalloc_->SetFootprintLimit(footprint);
277 void RosAllocSpace::SetFootprintLimit(size_t new_size) {
279 VLOG(heap) << "RosAllocSpace::SetFootprintLimit " << PrettySize(new_size);
287 rosalloc_->SetFootprintLimit(new_size);
369 SetFootprintLimit(footprint_limit);
dlmalloc_space.h 119 void SetFootprintLimit(size_t limit) OVERRIDE;
malloc_space.h 100 virtual void SetFootprintLimit(size_t limit) = 0;
dlmalloc_space.cc 252 void DlMallocSpace::SetFootprintLimit(size_t new_size) {
254 VLOG(heap) << "DlMallocSpace::SetFootprintLimit " << PrettySize(new_size);
286 SetFootprintLimit(footprint_limit);
rosalloc_space.h 110 void SetFootprintLimit(size_t limit) OVERRIDE;
  /art/runtime/jit/
jit_code_cache.h 311 void SetFootprintLimit(size_t new_footprint) REQUIRES(lock_);
jit_code_cache.cc 174 SetFootprintLimit(current_capacity_);
    [all...]
  /art/runtime/gc/
heap.cc 427 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity());
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h     [all...]
rosalloc.cc     [all...]

Completed in 69 milliseconds