Searched refs:patches_end (Results 1 – 2 of 2) sorted by relevance
130 static void ApplyOatPatches(const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta,
1409 const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta, in ApplyOatPatches() argument1412 while (patches < patches_end) { in ApplyOatPatches()1414 DCHECK_LE(patches, patches_end) << "Unexpected end of patch list."; in ApplyOatPatches()