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

/art/cmdline/
H A Dcmdline.h46 bool has_cache = false; local
71 has_cache = true;
77 } else if (has_cache) {
/art/runtime/gc/space/
H A Dimage_space.cc161 bool* has_cache,
166 *has_cache = false;
198 *has_cache = OS::FileExists(cache_filename->c_str());
200 return *has_system || *has_cache;
209 bool* has_cache,
219 has_cache,
289 bool has_cache = false; local
293 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
295 if (has_system && has_cache) {
314 } else if (!has_cache) {
154 FindImageFilenameImpl(const char* image_location, const InstructionSet image_isa, bool* has_system, std::string* system_filename, bool* dalvik_cache_exists, std::string* dalvik_cache, bool* is_global_cache, bool* has_cache, std::string* cache_filename) argument
203 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
1454 bool has_cache = false; local
[all...]

Completed in 6 milliseconds