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

  /art/compiler/
image_writer.h 176 void SetPatchLocation(const CompilerDriver::PatchInformation* patch, uint32_t value)
image_writer.cc 683 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) {

Completed in 133 milliseconds