Home
last modified time | relevance | path

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

/system/core/libunwindstack/
DElf.cpp39 bool Elf::cache_enabled_; member in unwindstack::Elf
321 if (!cache_enabled_ && enable) { in SetCachingEnabled()
322 cache_enabled_ = true; in SetCachingEnabled()
325 } else if (cache_enabled_ && !enable) { in SetCachingEnabled()
326 cache_enabled_ = false; in SetCachingEnabled()
/system/core/libunwindstack/include/unwindstack/
DElf.h109 static bool CachingEnabled() { return cache_enabled_; } in CachingEnabled()
131 static bool cache_enabled_; variable