Searched refs:to_patch (Results 1 – 3 of 3) sorted by relevance
124 auto* to_patch = reinterpret_cast<UnalignedAddress*>(buffer->data() + location); in Patch() local127 *to_patch = (base_address + *to_patch); in Patch()130 *to_patch = (base_address + *to_patch) - (buffer_address + location); in Patch()133 *to_patch = (base_address + *to_patch) - buffer_address; in Patch()
125 uint8_t* to_patch, const uint8_t* to_patch_end);
1443 uint8_t* to_patch, const uint8_t* to_patch_end) { in ApplyOatPatches() argument1446 to_patch += DecodeUnsignedLeb128(&patches); in ApplyOatPatches()1448 DCHECK_LT(to_patch, to_patch_end) << "Patch past the end of section."; in ApplyOatPatches()1449 *reinterpret_cast<UnalignedAddress*>(to_patch) += delta; in ApplyOatPatches()