Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h51 void IgnoreMixstack(bool ignoreMixstack);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map9 OHOS::HiviewDFX::Unwinder::IgnoreMixstack*;
H A Dunwinder.cpp141 inline void IgnoreMixstack(bool ignoreMixstack) in IgnoreMixstack() function in OHOS::HiviewDFX::Unwinder::Impl
325 void Unwinder::IgnoreMixstack(bool ignoreMixstack) in IgnoreMixstack() function in OHOS::HiviewDFX::Unwinder
327 impl_->IgnoreMixstack(ignoreMixstack); in IgnoreMixstack()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp361 unwinder->IgnoreMixstack(true);