Searched defs:step_into_fp_ (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Ddebug.h294 bool StepInActive() { return thread_local_.step_into_fp_ != 0; }
299 Address step_in_fp() { return thread_local_.step_into_fp_; }
300 Address* step_in_fp_addr() { return &thread_local_.step_into_fp_; }
520 Address step_into_fp_; member in class:v8::internal::Debug::ThreadLocal

Completed in 57 milliseconds