Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2505 has_cache_(false), in BootImageLoader()
2525 &has_cache_, in FindImageFiles()
2528 DCHECK_EQ(found_image, has_system_ || has_cache_); in FindImageFiles()
2532 bool HasCache() const { return has_cache_; } in HasCache()
3415 bool has_cache_; member in art::gc::space::ImageSpace::BootImageLoader