Searched refs:GetNumFrames (Results 1 – 9 of 9) sorted by relevance
112 m_nThreadFrames = thread.GetNumFrames(); in Execute()355 MIuint nThreadFrames = thread.GetNumFrames(); in Execute()571 const MIuint nFrames = thread.GetNumFrames(); in Execute()1059 m_bFrameInvalid = (nFrameId >= sbThread.GetNumFrames()); in Execute()
1155 const MIuint nFrames = thread.GetNumFrames(); in HandleProcessEventStopSignal()1262 const MIuint nFrame = thread.GetNumFrames(); in MiHelpGetCurrentThreadFrame()1346 const MIuint nFrame = thread.GetNumFrames(); in MiStoppedAtBreakPoint()1442 const MIuint nFrame = thread.GetNumFrames(); in HandleProcessEventStopReasonTrace()
212 const uint32_t nFrames = thread.GetNumFrames(); in GetThreadFrames()
121 m_bExpressionValid = (thread.GetNumFrames() > 0); in Execute()
609 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList844 if (!curr_ap || curr_ap->GetNumFrames(false) == 0) { in Merge()852 if (!prev_sp || prev_sp->GetNumFrames(false) == 0) { in Merge()863 const uint32_t num_curr_frames = curr_ap->GetNumFrames(false); in Merge()887 const uint32_t num_prev_frames = prev_sp->GetNumFrames(false); in Merge()
34 uint32_t GetNumFrames(bool can_create = true);
419 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
169 uint32_t GetNumFrames();
1244 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread