Home
last modified time | relevance | path

Searched refs:patches_end (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Delf_file_impl.h130 static void ApplyOatPatches(const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta,
Delf_file.cc1409 const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta, in ApplyOatPatches() argument
1412 while (patches < patches_end) { in ApplyOatPatches()
1414 DCHECK_LE(patches, patches_end) << "Unexpected end of patch list."; in ApplyOatPatches()