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 ()()
459 DCHECK(IsMarked(obj)); in GetMarkedForwardAddress()
463 inline bool MarkCompact::IsMarked(const Object* object) const { in IsMarked() function in art::gc::collector::MarkCompact
474 return reinterpret_cast<MarkCompact*>(arg)->IsMarked(object) ? object : nullptr; in IsMarkedCallback()
480 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()
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
Dmark_compact.h194 bool IsMarked(const mirror::Object* obj) const
Dmark_sweep.h218 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()