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

  /art/runtime/gc/collector/
concurrent_copying.h 121 return is_marking_;
123 // We may want to use read barrier entrypoints before is_marking_ is true since concurrent graying
280 bool is_marking_; // True while marking is ongoing. member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 79 is_marking_(false),
430 cc->is_marking_ = true;
    [all...]

Completed in 798 milliseconds