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

  /art/runtime/
image.cc 78 void ImageHeader::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;
436 success = RelocateImage(image_location, cache_filename.c_str(), image_isa, &reason);
    [all...]

Completed in 62 milliseconds