Searched refs:next_bp (Results 1 – 1 of 1) sorted by relevance
47 uptr next_bp = prev_bp; in UnwindFast() local49 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()50 prev_bp = next_bp; in UnwindFast()51 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()53 if (next_bp == bp) in UnwindFast()