Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h238 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {} in Region()
244 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) { in Region()
268 is_newly_allocated_ = false; in Clear()
310 is_newly_allocated_ = true; in SetNewlyAllocated()
472 bool is_newly_allocated_; // True if it's allocated after the last collection. variable
Dregion_space.cc124 if (is_newly_allocated_) { in ShouldBeEvacuated()
416 …<< " is_newly_allocated=" << is_newly_allocated_ << " is_a_tlab=" << is_a_tlab_ << " thread=" << t… in Dump()