Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp274 std::unordered_map<uintptr_t, StepCache> stepCache_ {}; member in OHOS::HiviewDFX::Unwinder::Impl
496 stepCache_.clear(); in Destroy()
918 auto iter = stepCache_.find(frame.pc); in StepInner()
919 if (iter != stepCache_.end()) { in StepInner()
1025 stepCache_.emplace(frame.pc, cache); in StepInner()