Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc1377 has_cache_(false), in BootImageLoader()
1395 &has_cache_, in FindImageFiles()
1398 DCHECK_EQ(found_image, has_system_ || has_cache_); in FindImageFiles()
1402 bool HasCache() const { return has_cache_; } in HasCache()
1923 bool has_cache_; member in art::gc::space::ImageSpace::BootImageLoader