Home | History | Annotate | Download | only in collector

Lines Matching defs:IsMarked

361   return reinterpret_cast<MarkSweep*>(arg)->IsMarked(ref->AsMirrorPtr());
437 DCHECK(IsMarked(obj));
464 CHECK(reinterpret_cast<MarkSweep*>(arg)->IsMarked(*root));
899 if (reinterpret_cast<MarkSweep*>(arg)->IsMarked(object)) {
1225 inline bool MarkSweep::IsMarked(const Object* object) const {