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

  /art/runtime/gc/space/
region_space.h 386 is_newly_allocated_(false),
401 is_newly_allocated_ = false;
449 is_newly_allocated_ = true;
484 return is_newly_allocated_;
520 is_newly_allocated_ = false;
617 bool is_newly_allocated_; // True if it's allocated after the last collection. member in class:art::gc::space::final::Region
region_space.cc 204 is_newly_allocated_ = false;
232 if (is_newly_allocated_) {
403 DCHECK(!r->is_newly_allocated_);
    [all...]

Completed in 100 milliseconds