Home
last modified time | relevance | path

Searched refs:new_target_sz_ (Results 1 – 1 of 1) sorted by relevance

/art/runtime/gc/
Dheap.cc4710 HeapTask(target_time), new_target_sz_(new_target_sz), initial_gc_num_(initial_gc_num) {} in ReduceTargetFootprintTask()
4717 if (target_footprint > new_target_sz_) { in Run()
4718 if (heap->target_footprint_.CompareAndSetStrongRelaxed(target_footprint, new_target_sz_)) { in Run()
4725 size_t new_target_sz_; member in art::gc::Heap::ReduceTargetFootprintTask