Home | History | Annotate | Download | only in src

Lines Matching full:last_fp_

536   thread_local_.last_fp_ = 0;
983 if (step_action == StepNext && frame->fp() < thread_local_.last_fp_) {
987 while (!it.done() && it.frame()->fp() != thread_local_.last_fp_) {
993 if (it.frame()->fp() == thread_local_.last_fp_) {
1421 thread_local_.last_fp_ = frame->fp();
1490 thread_local_.last_fp_ = frame->fp();
1512 if (frame->fp() < thread_local_.last_fp_) return true;
1525 return thread_local_.last_fp_ == frame->fp() &&
1749 thread_local_.last_fp_ = 0;