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

/art/runtime/
H A Delf_file.cc1408 return ApplyOatPatchesTo(".debug_frame", base_address_delta) &&
1409 ApplyOatPatchesTo(".debug_info", base_address_delta) &&
1410 ApplyOatPatchesTo(".debug_line", base_address_delta);
1414 bool ElfFileImpl<ElfTypes>::ApplyOatPatchesTo( function in class:art::ElfFileImpl

Completed in 308 milliseconds