Home | History | Annotate | Download | only in jit

Lines Matching refs:IsMarked

740     if (class_loader == nullptr || visitor->IsMarked(class_loader.Ptr()) != nullptr) {
742 mirror::Class* new_cls = down_cast<mirror::Class*>(visitor->IsMarked(cls));
766 mirror::Object* new_object = visitor->IsMarked(object);
768 // is always alive. The IsMarked implementation of the CMS collector returns
771 // TODO: Do not use IsMarked for j.l.Class, and adjust once we move this method