Home
last modified time | relevance | path

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

/art/compiler/
Delf_patcher.h93 uint32_t* GetPatchLocation(uintptr_t patch_ptr);
Delf_patcher.cc121 uint32_t* ElfPatcher::GetPatchLocation(uintptr_t patch_ptr) { in GetPatchLocation() function in art::ElfPatcher
140 uint32_t* patch_location = GetPatchLocation(patch_ptr); in SetPatchLocation()