Home | History | Annotate | Download | only in patchoat

Lines Matching refs:img_roots

896 void PatchOat::PatchDexFileArrays(mirror::ObjectArray<mirror::Object>* img_roots) {
898 img_roots->Get(ImageHeader::kDexCaches));
979 auto* img_roots = image_header->GetImageRoots();
989 PatchDexFileArrays(img_roots);
992 VisitObject(img_roots);