Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h495 return reinterpret_cast<Address>(&thread_local_.step_in_enabled_); in step_in_enabled_address()
630 bool step_in_enabled_; variable
Ddebug.cc332 thread_local_.step_in_enabled_ = false; in ThreadInit()
765 if (thread_local_.step_in_enabled_) { in PrepareStepIn()
820 thread_local_.step_in_enabled_ = (step_action >= StepIn); in PrepareStep()
878 thread_local_.step_in_enabled_ = false; in PrepareStep()
948 thread_local_.step_in_enabled_ = false; in ClearStepping()
974 thread_local_.step_in_enabled_ = (last_step_action() >= StepIn); in EnableStepIn()