Searched defs:SetFootprintLimit (Results 1 - 4 of 4) sorted by relevance

/art/runtime/gc/space/
H A Ddlmalloc_space.cc253 void DlMallocSpace::SetFootprintLimit(size_t new_size) { function in class:art::gc::space::DlMallocSpace
255 VLOG(heap) << "DlMallocSpace::SetFootprintLimit " << PrettySize(new_size);
287 SetFootprintLimit(footprint_limit);
H A Drosalloc_space.cc149 rosalloc->SetFootprintLimit(initial_size);
164 rosalloc_->SetFootprintLimit(max_allowed);
170 rosalloc_->SetFootprintLimit(footprint);
278 void RosAllocSpace::SetFootprintLimit(size_t new_size) { function in class:art::gc::space::RosAllocSpace
280 VLOG(heap) << "RosAllocSpace::SetFootprintLimit " << PrettySize(new_size);
288 rosalloc_->SetFootprintLimit(new_size);
370 SetFootprintLimit(footprint_limit);
/art/runtime/gc/allocator/
H A Drosalloc.cc1495 void RosAlloc::SetFootprintLimit(size_t new_capacity) { function in class:art::gc::allocator::RosAlloc
/art/runtime/jit/
H A Djit_code_cache.cc292 SetFootprintLimit(current_capacity_);
1143 void JitCodeCache::SetFootprintLimit(size_t new_footprint) { function in class:art::jit::JitCodeCache
1172 SetFootprintLimit(current_capacity_);

Completed in 683 milliseconds