Searched refs:is_newly_allocated_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/gc/space/
H A Dregion_space.h238 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {}
244 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {
268 is_newly_allocated_ = false;
310 is_newly_allocated_ = true;
472 bool is_newly_allocated_; // True if it's allocated after the last collection. member in class:art::gc::space::FINAL::Region
H A Dregion_space.cc124 if (is_newly_allocated_) {
416 << " is_newly_allocated=" << is_newly_allocated_ << " is_a_tlab=" << is_a_tlab_ << " thread=" << thread_ << "\n";

Completed in 139 milliseconds