Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h240 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {} in Region()
246 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) { in Region()
271 is_a_tlab_ = false; in Clear()
475 bool is_a_tlab_; // True if it's a tlab. variable
Dregion_space.cc350 r->is_a_tlab_ = true; in AllocNewTlab()
375 r->is_a_tlab_ = false; in RevokeThreadLocalBuffersLocked()
416 …<< " is_newly_allocated=" << is_newly_allocated_ << " is_a_tlab=" << is_a_tlab_ << " thread=" << t… in Dump()