HomeSort by relevance Sort by last modified time
    Searched refs:is_a_tlab_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/gc/space/
region_space.cc 350 r->is_a_tlab_ = true;
375 r->is_a_tlab_ = false;
416 << " is_newly_allocated=" << is_newly_allocated_ << " is_a_tlab=" << is_a_tlab_ << " thread=" << thread_ << "\n";
region_space.h 240 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {}
246 is_newly_allocated_(false), is_a_tlab_(false), thread_(nullptr) {
271 is_a_tlab_ = false;
475 bool is_a_tlab_; // True if it's a tlab. member in class:art::gc::space::FINAL::Region

Completed in 1055 milliseconds