HomeSort by relevance Sort by last modified time
    Searched refs:ignore_max_footprint_ (Results 1 - 5 of 5) sorted by null

  /art/runtime/
parsed_options.h 67 bool ignore_max_footprint_; member in class:art::ParsedOptions
parsed_options.cc 245 ignore_max_footprint_ = false;
407 ignore_max_footprint_ = true;
    [all...]
runtime.cc 739 options->ignore_max_footprint_,
    [all...]
  /art/runtime/gc/
heap.h 849 const bool ignore_max_footprint_; member in class:art::gc::Heap
    [all...]
heap.cc 145 ignore_max_footprint_(ignore_max_footprint),
412 if (ignore_max_footprint_) {
    [all...]

Completed in 51 milliseconds