Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h294 bool StepInActive() { return thread_local_.step_into_fp_ != 0; } in StepInActive()
299 Address step_in_fp() { return thread_local_.step_into_fp_; } in step_in_fp()
300 Address* step_in_fp_addr() { return &thread_local_.step_into_fp_; } in step_in_fp_addr()
520 Address step_into_fp_; variable
Ddebug.cc538 thread_local_.step_into_fp_ = 0; in ThreadInit()
1726 thread_local_.step_into_fp_ = frame->fp(); in ActivateStepIn()
1731 thread_local_.step_into_fp_ = 0; in ClearStepIn()