Home
last modified time | relevance | path

Searched refs:PatchDexFileArrays (Results 1 – 2 of 2) sorted by relevance

/art/patchoat/
Dpatchoat.h121 void PatchDexFileArrays(mirror::ObjectArray<mirror::Object>* img_roots)
Dpatchoat.cc475 void PatchOat::PatchDexFileArrays(mirror::ObjectArray<mirror::Object>* img_roots) { in PatchDexFileArrays() function in art::PatchOat
525 PatchDexFileArrays(img_roots); in PatchImage()