Home
last modified time | relevance | path

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

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