Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc753 uint32_t* patch_loc = reinterpret_cast<uint32_t*>(to_patch + *patches); in PatchTextSection() local
754 CHECK_LT(reinterpret_cast<uintptr_t>(patch_loc), to_patch_end); in PatchTextSection()
755 *patch_loc += delta_; in PatchTextSection()