Home
last modified time | relevance | path

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

/art/runtime/gc/space/
Dimage_space.cc2506 is_global_cache_(true), in BootImageLoader()
2524 &is_global_cache_, in FindImageFiles()
2535 bool IsGlobalCache() const { return is_global_cache_; } in IsGlobalCache()
3088 const bool rw_lock = is_zygote_ || !is_global_cache_; in Load()
3416 bool is_global_cache_; member in art::gc::space::ImageSpace::BootImageLoader