Searched refs:GetNumFrames (Results 1 – 7 of 7) sorted by relevance
17 return self.GetNumFrames()26 return int(self.sbthread.GetNumFrames())66 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s…
34 uint32_t GetNumFrames(bool can_create = true);
428 return GetStackFrameList()->GetNumFrames(); in GetStackFrameCount()
177 uint32_t GetNumFrames();
575 uint32_t StackFrameList::GetNumFrames(bool can_create) { in GetNumFrames() function in StackFrameList
1099 uint32_t SBThread::GetNumFrames() { in GetNumFrames() function in SBThread
64639 result = (uint32_t)(arg1)->GetNumFrames(); in _wrap_SBThread_GetNumFrames()