Home
last modified time | relevance | path

Searched refs:last_fp_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Ddebug.cc536 thread_local_.last_fp_ = 0; in ThreadInit()
983 if (step_action == StepNext && frame->fp() < thread_local_.last_fp_) { in Break()
987 while (!it.done() && it.frame()->fp() != thread_local_.last_fp_) { in Break()
993 if (it.frame()->fp() == thread_local_.last_fp_) { in Break()
1421 thread_local_.last_fp_ = frame->fp(); in PrepareStep()
1490 thread_local_.last_fp_ = frame->fp(); in PrepareStep()
1512 if (frame->fp() < thread_local_.last_fp_) return true; in StepNextContinue()
1525 return thread_local_.last_fp_ == frame->fp() && in StepNextContinue()
1749 thread_local_.last_fp_ = 0; in ClearStepNext()
Ddebug.h514 Address last_fp_; variable