Searched refs:ignore_step_into_function_ (Results 1 – 2 of 2) sorted by relevance
341 thread_local_.ignore_step_into_function_ = Smi::kZero; in ThreadInit()386 &thread_local_.ignore_step_into_function_); in Iterate()863 if (*function == thread_local_.ignore_step_into_function_) return; in PrepareStepIn()864 thread_local_.ignore_step_into_function_ = Smi::kZero; in PrepareStepIn()1004 thread_local_.ignore_step_into_function_ = *function; in PrepareStep()1114 thread_local_.ignore_step_into_function_ = Smi::kZero; in ClearStepping()
504 Object* ignore_step_into_function_; variable