Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp33 constexpr uintptr_t MAX_UNWIND_ADDR_RANGE = 16 * 1024; variable
55 while ((index < sz - 1) && (fp - firstFp < MAX_UNWIND_ADDR_RANGE)) { in Unwind()
82 while ((index < sz - 1) && (fp - firstFp < MAX_UNWIND_ADDR_RANGE)) { in UnwindFallback()