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

/art/runtime/gc/space/
H A Dimage_space.cc237 bool* has_system,
242 *has_system = false;
249 *has_system = true;
267 return *has_system;
271 return *has_system || *has_cache;
356 bool has_system = false; local
361 if (FindImageFilename(image_location, image_isa, &system_filename, &has_system,
364 if (has_system && has_cache) {
387 } else if (!has_system && has_cache) {
393 if (has_system
234 FindImageFilename(const char* image_location, const InstructionSet image_isa, std::string* system_filename, bool* has_system, std::string* cache_filename, bool* dalvik_cache_exists, bool* has_cache, bool* is_global_cache) argument
478 bool has_system = false; local
[all...]
H A Dimage_space.h117 bool* has_system,
/art/cmdline/
H A Dcmdline.h43 bool has_system = false; local
49 has_system = true;
72 if (has_system) {
/art/patchoat/
H A Dpatchoat.cc55 bool has_system = false; local
61 has_system = true;
84 if (has_system) {
1142 bool has_system = false; local
1148 &system_filename, &has_system, &cache_filename,
1155 } else if (has_system) {
/art/runtime/
H A Druntime.cc702 bool has_system = false; local
710 &has_system,
716 if (!found_image || !has_system) {

Completed in 221 milliseconds