Home
last modified time | relevance | path

Searched refs:ignoreMixstack (Results 1 – 2 of 2) 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 Dunwinder.cpp141 inline void IgnoreMixstack(bool ignoreMixstack) in IgnoreMixstack() argument
143 ignoreMixstack_ = ignoreMixstack; in IgnoreMixstack()
325 void Unwinder::IgnoreMixstack(bool ignoreMixstack) in IgnoreMixstack() argument
327 impl_->IgnoreMixstack(ignoreMixstack); in IgnoreMixstack()