Home | History | Annotate | Download | only in src

Lines Matching refs:last_sp

264   Address last_sp = last_frame->sp(), last_fp = last_frame->fp();
278 if (frame_->sp() < last_sp || frame_->fp() < last_fp) {