HomeSort by relevance Sort by last modified time
    Searched defs:is_global_cache (Results 1 - 3 of 3) sorted by null

  /art/runtime/
dex2oat_environment_test.h 156 bool is_global_cache; local
162 &is_global_cache); local
  /art/cmdline/
cmdline.h 56 bool is_global_cache = false; local
59 &have_android_data, &dalvik_cache_exists, &is_global_cache); local
  /art/runtime/gc/space/
image_space.cc 162 bool* is_global_cache,
184 is_global_cache); local
212 bool* is_global_cache) {
220 is_global_cache,
293 bool is_global_cache = false; local
295 &cache_filename, &dalvik_cache_exists, &has_cache, &is_global_cache)) {
387 static bool ImageCreationAllowed(bool is_global_cache,
391 if (!is_global_cache) {
481 bool is_global_cache,
490 const bool rw_lock = is_zygote || !is_global_cache;
1478 bool is_global_cache = true; local
    [all...]

Completed in 2009 milliseconds