Searched refs:to_patch (Results 1 – 1 of 1) sorted by relevance
613 byte* to_patch = oat_file_->Begin() + oat_text_sec->sh_offset; in PatchTextSection() local614 uintptr_t to_patch_end = reinterpret_cast<uintptr_t>(to_patch) + oat_text_sec->sh_size; in PatchTextSection()618 uint32_t* patch_loc = reinterpret_cast<uint32_t*>(to_patch + *patches); in PatchTextSection()