Searched refs:have_android_data (Results 1 – 6 of 6) sorted by relevance
/art/runtime/gc/space/ |
D | image_space.cc | 216 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/ |
D | dalvik_system_DexFile.cc | 516 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/ |
D | patchoat.cc | 80 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/ |
D | utils.cc | 1205 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()
|
D | utils.h | 500 bool* have_android_data, bool* dalvik_cache_exists, bool* is_global_cache);
|
D | class_linker.cc | 1262 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()
|