Home
last modified time | relevance | path

Searched refs:IsMarked (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/collector/
Dmark_sweep-inl.h35 DCHECK(IsMarked(obj)) << "Scanning unmarked object " << obj << "\n" << heap_->DumpSpaces(); in ScanObjectVisit()
Dmark_compact.cc112 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::MarkCompact
472 return reinterpret_cast<MarkCompact*>(arg)->IsMarked(object) ? object : nullptr; in IsMarkedCallback()
478 return reinterpret_cast<MarkCompact*>(arg)->IsMarked(ref_ptr->AsMirrorPtr()); in HeapReferenceMarkedCallback()
Dmark_sweep.cc361 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
Dmark_compact.h193 bool IsMarked(const mirror::Object* obj) const
Dmark_sweep.h216 bool IsMarked(const mirror::Object* object) const
/art/runtime/
Dintern_table_test.cc65 bool IsMarked(const mirror::Object* s) const { in IsMarked() function in art::TestPredicate
91 if (reinterpret_cast<TestPredicate*>(arg)->IsMarked(object)) { in IsMarkedSweepingCallback()