Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc748 byte* to_patch = oat_file_->Begin() + oat_text_sec->sh_offset; in PatchTextSection() local
749 uintptr_t to_patch_end = reinterpret_cast<uintptr_t>(to_patch) + oat_text_sec->sh_size; in PatchTextSection()
753 uint32_t* patch_loc = reinterpret_cast<uint32_t*>(to_patch + *patches); in PatchTextSection()