Home
last modified time | relevance | path

Searched refs:has_system (Results 1 – 5 of 5) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc143 bool* has_system, in FindImageFilename() argument
148 *has_system = false; in FindImageFilename()
155 *has_system = true; in FindImageFilename()
173 return *has_system; in FindImageFilename()
177 return *has_system || *has_cache; in FindImageFilename()
253 bool has_system = false; in ReadImageHeader() local
258 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system, in ReadImageHeader()
261 if (has_system && has_cache) { in ReadImageHeader()
284 } else if (!has_system && has_cache) { in ReadImageHeader()
290 if (has_system && has_cache) { in ReadImageHeader()
[all …]
Dimage_space.h125 bool* has_system,
/art/cmdline/
Dcmdline.h43 bool has_system = false; in LocationToFilename() local
49 has_system = true; in LocationToFilename()
72 if (has_system) { in LocationToFilename()
/art/patchoat/
Dpatchoat.cc55 bool has_system = false; in LocationToFilename() local
61 has_system = true; in LocationToFilename()
84 if (has_system) { in LocationToFilename()
1055 bool has_system = false; in patchoat_oat() local
1061 &system_filename, &has_system, &cache_filename, in patchoat_oat()
1069 } else if (has_system) { in patchoat_oat()
/art/runtime/
Druntime.cc794 bool has_system = false; in OpenDexFilesFromImage() local
802 &has_system, in OpenDexFilesFromImage()
808 if (!found_image || !has_system) { in OpenDexFilesFromImage()