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

  /art/runtime/gc/collector/
mark_compact.cc 62 updating_references_(false) {}
270 if (updating_references_) {
342 updating_references_ = true;
381 updating_references_ = false;
472 if (updating_references_) {
mark_compact.h 224 bool updating_references_; member in class:art::gc::collector::MarkCompact

Completed in 89 milliseconds