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

  /art/runtime/gc/collector/
concurrent_copying.h 178 return is_marking_;
243 bool is_marking_; // True while marking is ongoing. member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 41 is_marking_(false), is_active_(false), is_asserting_to_space_invariant_(false),
211 cc->is_marking_ = true;
421 is_marking_ = false;
    [all...]

Completed in 288 milliseconds