Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc205 uintptr_t code_base = reinterpret_cast<uintptr_t>(target_oat->Begin()); in PatchElf() local
206 uintptr_t code_offset = quick_code - code_base; in PatchElf()
231 oat_data_addr - code_base); in PatchElf()