Searched refs:step_out_fp_ (Results 1 – 2 of 2) sorted by relevance
295 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
573 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()