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.h298 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {} in Region()
310 is_newly_allocated_ = false; in Init()
358 is_newly_allocated_ = true; in SetNewlyAllocated()
389 return is_newly_allocated_; in IsNewlyAllocated()
505 bool is_newly_allocated_; // True if it's allocated after the last collection. variable
Dregion_space.cc165 if (is_newly_allocated_) { in ShouldBeEvacuated()
572 << " is_newly_allocated=" << std::boolalpha << is_newly_allocated_ << std::noboolalpha in Dump()
601 is_newly_allocated_ = false; in Clear()