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 195 rosalloc->SetFootprintLimit(initial_size);
210 rosalloc_->SetFootprintLimit(max_allowed);
216 rosalloc_->SetFootprintLimit(footprint);
345 void RosAllocSpace::SetFootprintLimit(size_t new_size) {
347 VLOG(heap) << "RosAllocSpace::SetFootprintLimit " << PrettySize(new_size);
355 rosalloc_->SetFootprintLimit(new_size);
440 SetFootprintLimit(footprint_limit);
dlmalloc_space.h 128 void SetFootprintLimit(size_t limit) override;
malloc_space.h 92 virtual void SetFootprintLimit(size_t limit) = 0;
dlmalloc_space.cc 310 void DlMallocSpace::SetFootprintLimit(size_t new_size) {
312 VLOG(heap) << "DlMallocSpace::SetFootprintLimit " << PrettySize(new_size);
344 SetFootprintLimit(footprint_limit);
rosalloc_space.h 117 void SetFootprintLimit(size_t limit) override;
  /art/runtime/jit/
jit_code_cache.h 364 void SetFootprintLimit(size_t new_footprint) REQUIRES(lock_);
jit_code_cache.cc 473 SetFootprintLimit(initial_capacity_);
479 SetFootprintLimit(initial_capacity_);
    [all...]
  /art/runtime/gc/
heap.cc 497 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity());
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h     [all...]
rosalloc.cc     [all...]

Completed in 88 milliseconds