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

/art/patchoat/
H A Dpatchoat.cc618 uint32_t* patch_loc = reinterpret_cast<uint32_t*>(to_patch + *patches); local
619 CHECK_LT(reinterpret_cast<uintptr_t>(patch_loc), to_patch_end);
620 *patch_loc += delta_;

Completed in 34 milliseconds