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

/art/patchoat/
H A Dpatchoat.cc250 bool skip_patching_oat = false; local
274 skip_patching_oat = true;
291 if (!skip_patching_oat && !p.PatchElf()) {
300 space_to_skip_patching_map.emplace(space, skip_patching_oat);
329 bool skip_patching_oat = space_to_skip_patching_map.find(space)->second; local
330 if (!skip_patching_oat) {

Completed in 288 milliseconds