Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dunwinder.cpp757 bool needAdjustPc = false; in Unwind() local
783 if (!frame.isJsFrame && needAdjustPc) { in Unwind()
786 needAdjustPc = true; in Unwind()
817 bool needAdjustPc = false; in UnwindByFp() local
833 if (needAdjustPc) { in UnwindByFp()
836 needAdjustPc = true; in UnwindByFp()