Searched defs:relocate (Results 1 - 1 of 1) sorted by relevance

/art/runtime/gc/space/
H A Dimage_space.cc192 // Relocate the image at image_location to dest_filename and relocate it by a random amount.
289 // We don't want to relocate, Just pick the appropriate one if we have it and return.
392 bool relocate = Runtime::Current()->ShouldRelocate(); local
398 if (relocate) {
416 // Check whether we are allowed to relocate.
435 // Try to relocate.
443 *error_msg = StringPrintf("Unable to relocate image '%s' from '%s' to '%s': %s",
956 *error_msg = StringPrintf("Cannot relocate non-pic image for oat file %s",
969 *error_msg = "Can not relocate app image without boot image space";
973 *error_msg = "Can not relocate ap
[all...]

Completed in 114 milliseconds