Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/async_stack/
H A Dfp_unwinder.cpp32 constexpr uintptr_t MAX_UNWIND_ADDR_RANGE = 16 * 1024; member
54 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()

Completed in 1 milliseconds