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

/art/cmdline/
H A Dcmdline.h44 bool has_cache = false; local
69 has_cache = true;
75 } else if (has_cache) {
/art/patchoat/
H A Dpatchoat.cc56 bool has_cache = false; local
81 has_cache = true;
87 } else if (has_cache) {
1070 bool has_cache = false; local
1075 &has_android_data_unused, &has_cache,
1080 if (has_cache) {
/art/runtime/gc/space/
H A Dimage_space.cc146 bool* has_cache,
149 *has_cache = false;
175 *has_cache = OS::FileExists(cache_filename->c_str());
177 return *has_system || *has_cache;
255 bool has_cache = false; local
259 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
261 if (has_system && has_cache) {
280 } else if (!has_cache) {
284 } else if (!has_system && has_cache) {
290 if (has_system && has_cache) {
140 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
379 bool has_cache = false; local
[all...]

Completed in 110 milliseconds