Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.cc132 void ElfPatcher::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) { in SetPatchLocation() function in art::ElfPatcher
241 SetPatchLocation(patch, value); in PatchElf()
248 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
256 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target))); in PatchElf()
Delf_patcher.h89 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)