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

  /art/runtime/gc/collector/
mark_compact.cc 96 objects_with_lockword_->Set(obj);
193 objects_with_lockword_.reset(accounting::ContinuousSpaceBitmap::Create(
513 if (UNLIKELY(objects_with_lockword_->Test(obj))) {
611 objects_with_lockword_.reset(nullptr);
mark_compact.h 237 std::unique_ptr<accounting::ContinuousSpaceBitmap> objects_with_lockword_; member in class:art::gc::collector::MarkCompact

Completed in 727 milliseconds