HomeSort by relevance Sort by last modified time
    Searched full:get_image_address_ (Results 1 - 2 of 2) sorted by null

  /art/compiler/
elf_patcher.h 69 oat_header_(oat_header), oat_data_begin_(oat_data_begin), get_image_address_(cb),
122 ImageAddressCallback get_image_address_; member in class:art::ElfPatcher
elf_patcher.cc 259 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
264 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
269 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));

Completed in 179 milliseconds