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

/art/patchoat/
H A Dpatchoat.cc613 byte* to_patch = oat_file_->Begin() + oat_text_sec->sh_offset; local
614 uintptr_t to_patch_end = reinterpret_cast<uintptr_t>(to_patch) + oat_text_sec->sh_size;
618 uint32_t* patch_loc = reinterpret_cast<uint32_t*>(to_patch + *patches);

Completed in 54 milliseconds