Searched defs:patches_end (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Delf_file.cc1442 const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta,
1445 while (patches < patches_end) {
1447 DCHECK_LE(patches, patches_end) << "Unexpected end of patch list.";
1441 ApplyOatPatches( const uint8_t* patches, const uint8_t* patches_end, Elf_Addr delta, uint8_t* to_patch, const uint8_t* to_patch_end) argument

Completed in 8 milliseconds