Searched refs:GetPatchLocation (Results 1 – 2 of 2) sorted by relevance
93 uint32_t* GetPatchLocation(uintptr_t patch_ptr);
121 uint32_t* ElfPatcher::GetPatchLocation(uintptr_t patch_ptr) { in GetPatchLocation() function in art::ElfPatcher140 uint32_t* patch_location = GetPatchLocation(patch_ptr); in SetPatchLocation()