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

  /art/runtime/gc/collector/
immune_spaces.h 53 return largest_immune_region_.ContainsObject(obj);
66 return largest_immune_region_;
71 if (largest_immune_region_.ContainsObject(obj)) {
88 ImmuneRegion largest_immune_region_; member in class:art::gc::collector::ImmuneSpaces
immune_spaces.cc 33 largest_immune_region_.Reset();
101 largest_immune_region_.SetBegin(reinterpret_cast<mirror::Object*>(best_begin));
102 largest_immune_region_.SetEnd(reinterpret_cast<mirror::Object*>(best_end));
103 VLOG(collector) << "Immune region " << largest_immune_region_.Begin() << "-"
104 << largest_immune_region_.End();

Completed in 202 milliseconds