Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h295 bool StepOutActive() { return thread_local_.step_out_fp_ != 0; } in StepOutActive()
296 Address step_out_fp() { return thread_local_.step_out_fp_; } in step_out_fp()
511 Address step_out_fp_; variable
Ddebug.cc573 thread_local_.step_out_fp_ = 0; in ThreadInit()
1687 thread_local_.step_out_fp_ = frame->fp(); in ActivateStepOut()
1692 thread_local_.step_out_fp_ = 0; in ClearStepOut()