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

  /art/runtime/gc/space/
region_space.h 387 is_a_tlab_(false),
402 is_a_tlab_ = false;
488 return is_a_tlab_;
618 bool is_a_tlab_; // True if it's a tlab. member in class:art::gc::space::final::Region
region_space.cc     [all...]
region_space-inl.h 505 if (is_a_tlab_) {

Completed in 86 milliseconds