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

/art/runtime/gc/space/
H A Dimage_space.cc179 bool* has_cache,
182 *has_cache = false;
208 *has_cache = OS::FileExists(cache_filename->c_str());
210 return *has_system || *has_cache;
297 bool has_cache = false; local
301 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
303 if (has_system && has_cache) {
322 } else if (!has_cache) {
326 } else if (!has_system && has_cache) {
332 if (has_system && has_cache) {
173 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
384 bool has_cache = false; local
[all...]
/art/patchoat/
H A Dpatchoat.cc72 bool has_cache = false; local
97 has_cache = true;
103 } else if (has_cache) {
972 bool has_cache = false; local
977 &has_android_data_unused, &has_cache,
981 if (has_cache) {

Completed in 64 milliseconds