Home
last modified time | relevance | path

Searched refs:HasCache (Results 1 – 2 of 2) sorted by relevance

/art/runtime/gc/space/
Dimage_space.cc1402 bool HasCache() const { return has_cache_; } in HasCache() function in art::gc::space::ImageSpace::BootImageLoader
2053 return try_load_from(&BootImageLoader::HasCache, &BootImageLoader::LoadFromDalvikCache, true); in LoadBootImage()
/art/runtime/jni/
Djni_internal.cc137 bool HasCache() const { in HasCache() function in __anon28b366120111::CodeRangeCache
142 DCHECK(!HasCache()); in BuildCache()
3365 DCHECK(!CodeRangeCache::GetSingleton().HasCache()); in JniInitializeNativeCallerCheck()