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 147 rosalloc->SetFootprintLimit(initial_size);
162 rosalloc_->SetFootprintLimit(max_allowed);
168 rosalloc_->SetFootprintLimit(footprint);
276 void RosAllocSpace::SetFootprintLimit(size_t new_size) {
278 VLOG(heap) << "RosAllocSpace::SetFootprintLimit " << PrettySize(new_size);
286 rosalloc_->SetFootprintLimit(new_size);
368 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 251 void DlMallocSpace::SetFootprintLimit(size_t new_size) {
253 VLOG(heap) << "DlMallocSpace::SetFootprintLimit " << PrettySize(new_size);
285 SetFootprintLimit(footprint_limit);
rosalloc_space.h 110 void SetFootprintLimit(size_t limit) OVERRIDE;
  /art/runtime/jit/
jit_code_cache.h 242 void SetFootprintLimit(size_t new_footprint) REQUIRES(lock_);
jit_code_cache.cc 154 SetFootprintLimit(current_capacity_);
506 void JitCodeCache::SetFootprintLimit(size_t new_footprint) {
537 SetFootprintLimit(current_capacity_);
    [all...]
  /art/runtime/gc/
heap.cc 438 non_moving_space_->SetFootprintLimit(non_moving_space_->Capacity());
    [all...]
  /art/runtime/gc/allocator/
rosalloc.h     [all...]
rosalloc.cc     [all...]

Completed in 342 milliseconds