Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h302 bool StepOutActive() { return thread_local_.step_out_fp_ != 0; } in StepOutActive()
303 Address step_out_fp() { return thread_local_.step_out_fp_; } in step_out_fp()
524 Address step_out_fp_; variable
Ddebug.cc539 thread_local_.step_out_fp_ = 0; in ThreadInit()
1737 thread_local_.step_out_fp_ = frame->fp(); in ActivateStepOut()
1742 thread_local_.step_out_fp_ = 0; in ClearStepOut()