Home
last modified time | relevance | path

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

/art/runtime/
Dparsed_options.h67 bool ignore_max_footprint_; variable
Dparsed_options.cc245 ignore_max_footprint_ = false; in Parse()
407 ignore_max_footprint_ = true; in Parse()
Druntime.cc739 options->ignore_max_footprint_, in Init()
/art/runtime/gc/
Dheap.h849 const bool ignore_max_footprint_; variable
Dheap.cc145 ignore_max_footprint_(ignore_max_footprint), in Heap()
412 if (ignore_max_footprint_) { in Heap()
2973 if (!ignore_max_footprint_) { in GrowForUtilization()