Searched defs:img_roots (Results 1 - 1 of 1) sorted by relevance

/art/patchoat/
H A Dpatchoat.cc475 void PatchOat::PatchDexFileArrays(mirror::ObjectArray<mirror::Object>* img_roots) { argument
477 img_roots->Get(ImageHeader::kDexCaches));
518 auto* img_roots = image_header->GetImageRoots(); local
525 PatchDexFileArrays(img_roots);
527 VisitObject(img_roots);

Completed in 80 milliseconds