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 149 rosalloc->SetFootprintLimit(initial_size);
164 rosalloc_->SetFootprintLimit(max_allowed);
170 rosalloc_->SetFootprintLimit(footprint);
278 void RosAllocSpace::SetFootprintLimit(size_t new_size) {
280 VLOG(heap) << "RosAllocSpace::SetFootprintLimit " << PrettySize(new_size);
288 rosalloc_->SetFootprintLimit(new_size);
370 SetFootprintLimit(footprint_limit);
dlmalloc_space.h 119 void SetFootprintLimit(size_t limit) OVERRIDE;
malloc_space.h 90 virtual void SetFootprintLimit(size_t limit) = 0;
dlmalloc_space.cc 253 void DlMallocSpace::SetFootprintLimit(size_t new_size) {
255 VLOG(heap) << "DlMallocSpace::SetFootprintLimit " << PrettySize(new_size);
287 SetFootprintLimit(footprint_limit);
rosalloc_space.h 110 void SetFootprintLimit(size_t limit) OVERRIDE;
  /art/runtime/jit/
jit_code_cache.h 337 void SetFootprintLimit(size_t new_footprint) REQUIRES(lock_);
jit_code_cache.cc 292 SetFootprintLimit(current_capacity_);
    [all...]
  /art/runtime/gc/
heap.cc 429 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity());
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h     [all...]
rosalloc.cc     [all...]

Completed in 107 milliseconds