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

  /art/compiler/
elf_patcher.cc 142 void ElfPatcher::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) {
252 SetPatchLocation(patch, value);
259 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
264 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
269 SetPatchLocation(patch, PointerToLowMemUInt32(get_image_address_(cb_data_, target)));
elf_patcher.h 91 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)

Completed in 77 milliseconds