Home
last modified time | relevance | path

Searched refs:objects_with_lockword_ (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/collector/
Dmark_compact.cc94 objects_with_lockword_->Set(obj); in ForwardObject()
191 objects_with_lockword_.reset(accounting::ContinuousSpaceBitmap::Create( in MarkingPhase()
550 if (UNLIKELY(objects_with_lockword_->Test(obj))) { in MoveObject()
651 objects_with_lockword_.reset(nullptr); in FinishPhase()
Dmark_compact.h241 std::unique_ptr<accounting::ContinuousSpaceBitmap> objects_with_lockword_; variable