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 ()()459 DCHECK(IsMarked(obj)); in GetMarkedForwardAddress()463 inline bool MarkCompact::IsMarked(const Object* object) const { in IsMarked() function in art::gc::collector::MarkCompact474 return reinterpret_cast<MarkCompact*>(arg)->IsMarked(object) ? object : nullptr; in IsMarkedCallback()480 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()466 CHECK(reinterpret_cast<MarkSweep*>(arg)->IsMarked(*root)); in VerifyRootMarked()906 if (reinterpret_cast<MarkSweep*>(arg)->IsMarked(object)) { in IsMarkedCallback()1232 inline bool MarkSweep::IsMarked(const Object* object) const { in IsMarked() function in art::gc::collector::MarkSweep
194 bool IsMarked(const mirror::Object* obj) const
218 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()