Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp139 enableMethodIdLocal_ = enableMethodIdLocal; in EnableMethodIdLocal()
261 bool enableMethodIdLocal_ = false; member in OHOS::HiviewDFX::Unwinder::Impl
722 uintptr_t *methodId = (pid_ > 0 || enableMethodIdLocal_) ? (&frame.methodid) : nullptr; in StepArkJsFrame()