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

  /art/runtime/gc/collector/
mark_compact.cc 97 lock_words_to_restore_.push_back(lock_word);
514 lock_word = lock_words_to_restore_.front();
515 lock_words_to_restore_.pop_front();
527 CHECK(lock_words_to_restore_.empty());
mark_compact.h 239 std::deque<LockWord> lock_words_to_restore_; member in class:art::gc::collector::MarkCompact

Completed in 121 milliseconds