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

/art/runtime/gc/space/
H A Dimage_space.cc225 // Relocate the image at image_location to dest_filename and relocate it by a random amount.
331 // 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.
424 // Try to relocate.
432 *error_msg = StringPrintf("Unable to relocate image '%s' from '%s' to '%s': %s",

Completed in 30 milliseconds