Home
last modified time | relevance | path

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

/art/patchoat/
Dpatchoat.cc616 uintptr_t* patches_end = patches + (patches_sec->sh_size/sizeof(uintptr_t)); in CheckOatFile() local
629 for (; patches < patches_end; patches++) { in CheckOatFile()
745 uintptr_t* patches_end = patches + (patches_sec->sh_size/sizeof(uintptr_t)); in PatchTextSection() local
751 for (; patches < patches_end; patches++) { in PatchTextSection()