Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp61 enableFpCheckMapExec_ = true; in Impl()
75 enableFpCheckMapExec_ = true; in Impl()
88 enableFpCheckMapExec_ = true; in Impl()
101 enableFpCheckMapExec_ = false; in Impl()
131 enableFpCheckMapExec_ = enableFpCheckMapExec; in EnableFpCheckMapExec()
260 bool enableFpCheckMapExec_ = false; member in OHOS::HiviewDFX::Unwinder::Impl
970 if (enableFpCheckMapExec_ && (map != nullptr && !map->IsMapExec())) { in StepInner()