Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/platform/unix/ohos/
Dbacktrace.cpp48 static std::map<void *, Dl_info> stackInfoCache; variable
111 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()