Lines Matching refs:m_step_through_inline_plan_sp
186 else if (m_step_through_inline_plan_sp) in DidPush()
187 thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in DidPush()
202 else if (m_step_through_inline_plan_sp) in GetDescription()
245 if (m_step_through_inline_plan_sp) in ValidatePlan()
246 return m_step_through_inline_plan_sp->ValidatePlan(error); in ValidatePlan()
274 } else if (m_step_through_inline_plan_sp) { in DoPlanExplainsStop()
275 if (m_step_through_inline_plan_sp->MischiefManaged()) { in DoPlanExplainsStop()
354 } else if (m_step_through_inline_plan_sp) { in ShouldStop()
355 if (m_step_through_inline_plan_sp->MischiefManaged()) in ShouldStop()
358 return m_step_through_inline_plan_sp->ShouldStop(event_ptr); in ShouldStop()
394 if (m_step_out_to_inline_plan_sp || m_step_through_inline_plan_sp) in DoWillResume()
472 m_step_through_inline_plan_sp = in QueueInlinedStepPlan()
477 m_step_through_inline_plan_sp.get()); in QueueInlinedStepPlan()
478 m_step_through_inline_plan_sp->SetPrivate(true); in QueueInlinedStepPlan()
494 thread.QueueThreadPlan(m_step_through_inline_plan_sp, false); in QueueInlinedStepPlan()