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

  /art/runtime/
image.cc 78 void ImageHeader::RelocateImage(off_t delta) {
image.h 231 void RelocateImage(off_t delta);
  /art/runtime/gc/space/
image_space.cc 193 static bool RelocateImage(const char* image_location, const char* dest_filename,
226 LOG(INFO) << "RelocateImage: " << command_line;
459 success = RelocateImage(image_location, cache_filename.c_str(), image_isa, &reason);
    [all...]
  /art/patchoat/
patchoat.cc 635 image_header->RelocateImage(delta_);
    [all...]

Completed in 103 milliseconds