Searched refs:frame_zero_id (Results 1 – 2 of 2) sorted by relevance
339 StackID frame_zero_id = in DoPlanExplainsStop() local342 if (m_step_out_to_id == frame_zero_id) in DoPlanExplainsStop()344 else if (m_step_out_to_id < frame_zero_id) { in DoPlanExplainsStop()349 done = (m_immediate_step_from_id < frame_zero_id); in DoPlanExplainsStop()409 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in ShouldStop() local410 done = !(frame_zero_id < m_step_out_to_id); in ShouldStop()570 StackID frame_zero_id = GetThread().GetStackFrameAtIndex(0)->GetStackID(); in IsPlanStale() local571 return !(frame_zero_id < m_step_out_to_id); in IsPlanStale()
198 StackID frame_zero_id = in AnalyzeStop() local 201 if (frame_zero_id == m_stack_id) in AnalyzeStop() 203 else if (frame_zero_id < m_stack_id) in AnalyzeStop()