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

/art/compiler/
H A Dimage_writer.h176 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)
H A Dimage_writer.cc683 SetPatchLocation(patch, reinterpret_cast<uint32_t>(GetOatAddress(code_offset)));
690 SetPatchLocation(patch, reinterpret_cast<uint32_t>(GetImageAddress(target)));
699 void ImageWriter::SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value) { function in class:art::ImageWriter

Completed in 413 milliseconds