Searched refs:MAX_UNWIND_ADDR_RANGE (Results 1 – 1 of 1) sorted by relevance
33 constexpr uintptr_t MAX_UNWIND_ADDR_RANGE = 16 * 1024; variable55 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()