Searched refs:IsMarked (Results 1 – 6 of 6) sorted by relevance
35 DCHECK(IsMarked(obj)) << "Scanning unmarked object " << obj << "\n" << heap_->DumpSpaces(); in ScanObjectVisit()
112 DCHECK(collector_->IsMarked(obj)); in operator ()()457 DCHECK(IsMarked(obj)); in GetMarkedForwardAddress()461 inline bool MarkCompact::IsMarked(const Object* object) const { in IsMarked() function in art::gc::collector::MarkCompact472 return reinterpret_cast<MarkCompact*>(arg)->IsMarked(object) ? object : nullptr; in IsMarkedCallback()478 return reinterpret_cast<MarkCompact*>(arg)->IsMarked(ref_ptr->AsMirrorPtr()); in HeapReferenceMarkedCallback()
361 return reinterpret_cast<MarkSweep*>(arg)->IsMarked(ref->AsMirrorPtr()); in HeapReferenceMarkedCallback()437 DCHECK(IsMarked(obj)); in MarkObjectParallel()464 CHECK(reinterpret_cast<MarkSweep*>(arg)->IsMarked(*root)); in VerifyRootMarked()899 if (reinterpret_cast<MarkSweep*>(arg)->IsMarked(object)) { in IsMarkedCallback()1225 inline bool MarkSweep::IsMarked(const Object* object) const { in IsMarked() function in art::gc::collector::MarkSweep
193 bool IsMarked(const mirror::Object* obj) const
216 bool IsMarked(const mirror::Object* object) const
65 bool IsMarked(const mirror::Object* s) const { in IsMarked() function in art::TestPredicate91 if (reinterpret_cast<TestPredicate*>(arg)->IsMarked(object)) { in IsMarkedSweepingCallback()