Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dregion_space.h256 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {} in Region()
269 is_a_tlab_ = false; in Init()
294 is_a_tlab_ = false; in Clear()
481 bool is_a_tlab_; // True if it's a tlab. variable
Dregion_space.cc461 r->is_a_tlab_ = true; in AllocNewTlab()
486 r->is_a_tlab_ = false; in RevokeThreadLocalBuffersLocked()
528 …<< " is_newly_allocated=" << is_newly_allocated_ << " is_a_tlab=" << is_a_tlab_ << " thread=" << t… in Dump()
Dregion_space-inl.h350 if (is_a_tlab_) { in BytesAllocated()