Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dunwinder.h48 void EnableFpCheckMapExec(bool enableFpCheckMapExec);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dlibunwinder.map7 OHOS::HiviewDFX::Unwinder::EnableFpCheckMapExec*;
H A Dunwinder.cpp129 inline void EnableFpCheckMapExec(bool enableFpCheckMapExec) in EnableFpCheckMapExec() function in OHOS::HiviewDFX::Unwinder::Impl
312 void Unwinder::EnableFpCheckMapExec(bool enableFpCheckMapExec) in EnableFpCheckMapExec() function in OHOS::HiviewDFX::Unwinder
314 impl_->EnableFpCheckMapExec(enableFpCheckMapExec); in EnableFpCheckMapExec()
/ohos5.0/base/hiviewdfx/faultloggerd/test/benchmarktest/unwinder/
H A Dunwind_remote_benchmark.cpp94 unwinder->EnableFpCheckMapExec(false); in UnwinderRemoteFp()
H A Dunwind_local_benchmark.cpp124 dataPtr->unwinder->EnableFpCheckMapExec(false); in UnwinderLocalFp()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Dunwinder_test.cpp951 unwinder->EnableFpCheckMapExec(false);