Home
last modified time | relevance | path

Searched refs:have_android_data (Results 1 – 6 of 6) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc216 bool have_android_data = false; in FindImageFilename() local
220 &have_android_data, dalvik_cache_exists, is_global_cache); in FindImageFilename()
222 if (have_android_data && *dalvik_cache_exists) { in FindImageFilename()
/art/runtime/native/
Ddalvik_system_DexFile.cc516 bool have_android_data = false; in CopyProfileFile() local
519 GetDalvikCache(instruction_set, false, &cache_dir, &have_android_data, &dalvik_cache_exists, in CopyProfileFile()
/art/patchoat/
Dpatchoat.cc80 bool have_android_data = false; in LocationToFilename() local
85 &have_android_data, &dalvik_cache_exists, &is_global_cache); in LocationToFilename()
88 if (have_android_data && dalvik_cache_exists) { in LocationToFilename()
/art/runtime/
Dutils.cc1205 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache) { in GetDalvikCache() argument
1210 *have_android_data = false; in GetDalvikCache()
1215 *have_android_data = true; in GetDalvikCache()
Dutils.h500 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache);
Dclass_linker.cc1262 bool have_android_data = false; in OpenOatFileFromDexLocation() local
1266 &have_android_data, &have_dalvik_cache, &is_global_cache); in OpenOatFileFromDexLocation()
1349 } else if (have_android_data) { in OpenOatFileFromDexLocation()