Searched refs:GetStackFrameCount (Results 1 – 11 of 11) sorted by relevance
138 const uint32_t frame_count = thread->GetStackFrameCount(); in BucketThread()
336 const uint32_t num_frames = thread->GetStackFrameCount(); in DoExecute()
722 const uint32_t frame_num = thread_sp->GetStackFrameCount(); in FrameIndexes()
128 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
152 for (unsigned I = 0; I < thread_sp->GetStackFrameCount(); ++I) { in RetrieveReportData()
395 virtual uint32_t GetStackFrameCount() { in GetStackFrameCount() function
222 if (thread_sp && thread_sp->GetStackFrameCount() > 0 && in SafeToCallFunctionsOnThisThread()
1113 num_frames = exe_ctx.GetThreadPtr()->GetStackFrameCount(); in GetNumFrames()
706 uint32_t num_frames = thread->GetStackFrameCount(); in Evaluate_DW_OP_entry_value()
2109 size_t num_frames = thread_sp->GetStackFrameCount(); in TreeDelegateGenerateChildren()4052 if (c == 'u' && frame_idx + 1 < thread->GetStackFrameCount()) in WindowDelegateHandleChar()
3606 for (uint32_t i = 0; i < thread_ptr->GetStackFrameCount(); ++i) { in GetKernelCoordinate()