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

  /art/runtime/gc/collector/
concurrent_copying-inl.h 75 // immune space objects (when updated_all_immune_objects_ is true).
79 updated_all_immune_objects_.LoadRelaxed() ||
85 if (!kGrayImmuneObject || updated_all_immune_objects_.LoadRelaxed()) {
concurrent_copying.h 335 Atomic<bool> updated_all_immune_objects_; member in class:art::gc::collector::ConcurrentCopying
concurrent_copying.cc 310 updated_all_immune_objects_.StoreRelaxed(false);
729 updated_all_immune_objects_.StoreRelaxed(true);
    [all...]

Completed in 49 milliseconds