Searched refs:IsLoaded (Results 1 – 5 of 5) sorted by relevance
79 if (!empty && backend_->IsLoaded()) in TrimCache()229 if (!empty && backend_->IsLoaded()) in TrimCacheV2()
149 bool IsLoaded() const;
837 bool BackendImpl::IsLoaded() const { in IsLoaded() function in disk_cache::BackendImpl
729 if (IsLoaded()) return true; in Load()781 if (!IsLoaded()) { in Unload()1650 return IsLoaded() && global == Debug::debug_context()->global(); in IsDebugGlobal()
221 static bool IsLoaded() { return !debug_context_.is_null(); } in IsLoaded() function