Searched refs:to_patch (Results 1 – 2 of 2) sorted by relevance
133 uint8_t* to_patch, const uint8_t* to_patch_end);
1398 uint8_t* to_patch, const uint8_t* to_patch_end) { in ApplyOatPatches() argument1401 to_patch += DecodeUnsignedLeb128(&patches); in ApplyOatPatches()1403 DCHECK_LT(to_patch, to_patch_end) << "Patch past the end of section."; in ApplyOatPatches()1404 *reinterpret_cast<UnalignedAddress*>(to_patch) += delta; in ApplyOatPatches()