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 86 lock_words_to_restore_.push_back(lock_word);
512 lock_word = lock_words_to_restore_.front();
513 lock_words_to_restore_.pop_front();
528 CHECK(lock_words_to_restore_.empty());
mark_compact.h 221 std::deque<LockWord> lock_words_to_restore_; member in class:art::gc::collector::MarkCompact

Completed in 530 milliseconds