Home
last modified time | relevance | path

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

/art/runtime/
Delf_file_impl.h125 uint8_t* to_patch, const uint8_t* to_patch_end);
Delf_file.cc1443 uint8_t* to_patch, const uint8_t* to_patch_end) { in ApplyOatPatches() argument
1448 DCHECK_LT(to_patch, to_patch_end) << "Patch past the end of section."; in ApplyOatPatches()