Home | History | Annotate | Download | only in collector

Lines Matching refs:image_root

369           mirror::ObjectArray<mirror::Object>* image_root = image->GetImageHeader().GetImageRoots();
370 mirror::Object* marked_image_root = Mark(image_root);
371 CHECK_EQ(image_root, marked_image_root) << "An image object does not move";