Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc204 uintptr_t oat_data_addr = GetBaseAddressFor(target_oat); in PatchElf() local
228 quick_code = PointerToLowMemUInt32(reinterpret_cast<void*>(oat_data_addr + code_offset)); in PatchElf()
231 oat_data_addr - code_base); in PatchElf()
237 value = PointerToLowMemUInt32(reinterpret_cast<void*>(oat_data_addr + code_offset)); in PatchElf()