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.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()
269 is_a_tlab_ = false; in Clear()
473 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()