Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc142 void ElfPatcher::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) { in SetPatchLocation() function in art::ElfPatcher
252 SetPatchLocation(patch, value); in PatchElf()
259 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
264 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
269 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
Delf_patcher.h91 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)