Home
last modified time | relevance | path

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

/external/v8/src/
Ddebug.h402 bool StepInActive() { return thread_local_.step_into_fp_ != 0; } in StepInActive()
491 return reinterpret_cast<Address>(&thread_local_.step_into_fp_); in step_in_fp_addr()
625 Address step_into_fp_; variable
Ddebug.cc563 thread_local_.step_into_fp_ = 0; in ThreadInit()
1612 if (fp == thread_local_.step_into_fp_) { in HandleStepIn()
1677 thread_local_.step_into_fp_ = frame->UnpaddedFP(); in ActivateStepIn()
1682 thread_local_.step_into_fp_ = 0; in ClearStepIn()