Home
last modified time | relevance | path

Searched refs:enableFpCheckMapExec (Results 1 – 2 of 2) 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 Dunwinder.cpp129 inline void EnableFpCheckMapExec(bool enableFpCheckMapExec) in EnableFpCheckMapExec() argument
131 enableFpCheckMapExec_ = enableFpCheckMapExec; in EnableFpCheckMapExec()
312 void Unwinder::EnableFpCheckMapExec(bool enableFpCheckMapExec) in EnableFpCheckMapExec() argument
314 impl_->EnableFpCheckMapExec(enableFpCheckMapExec); in EnableFpCheckMapExec()