Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElf.cpp44 bool Elf::cache_enabled_; member in unwindstack::Elf
349 if (!cache_enabled_ && enable) { in SetCachingEnabled()
350 cache_enabled_ = true; in SetCachingEnabled()
354 } else if (cache_enabled_ && !enable) { in SetCachingEnabled()
355 cache_enabled_ = false; in SetCachingEnabled()
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h106 static bool CachingEnabled() { return cache_enabled_; } in CachingEnabled()
128 static bool cache_enabled_; variable