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 85 objects_with_lockword_->Set(obj);
167 objects_with_lockword_.reset(accounting::ContinuousSpaceBitmap::Create(
511 if (UNLIKELY(objects_with_lockword_->Test(obj))) {
630 objects_with_lockword_.reset(nullptr);
mark_compact.h 219 std::unique_ptr<accounting::ContinuousSpaceBitmap> objects_with_lockword_; member in class:art::gc::collector::MarkCompact

Completed in 238 milliseconds