Searched refs:stackInfoCache (Results 1 – 1 of 1) sorted by relevance
48 static std::map<void *, Dl_info> stackInfoCache; variable111 auto iter = stackInfoCache.find(reinterpret_cast<void *>(pcs[i])); in Backtrace()112 if (enableCache && iter != stackInfoCache.end()) { in Backtrace()119 stackInfoCache.emplace(reinterpret_cast<void *>(pcs[i]), info); in Backtrace()