Home | History | Annotate | Download | only in patchoat

Lines Matching refs:to_patch

613   byte* to_patch = oat_file_->Begin() + oat_text_sec->sh_offset;
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);