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

  /art/compiler/
elf_patcher.h 95 uint32_t* GetPatchLocation(uintptr_t patch_ptr);
elf_patcher.cc 131 uint32_t* ElfPatcher::GetPatchLocation(uintptr_t patch_ptr) {
150 uint32_t* patch_location = GetPatchLocation(patch_ptr);

Completed in 60 milliseconds