Searched refs:to_patch_end (Results 1 – 2 of 2) sorted by relevance
131 uint8_t* to_patch, const uint8_t* to_patch_end);
1410 uint8_t* to_patch, const uint8_t* to_patch_end) { in ApplyOatPatches() argument1415 DCHECK_LT(to_patch, to_patch_end) << "Patch past the end of section."; in ApplyOatPatches()