Searched refs:IsInlined (Results 1 – 10 of 10) sorted by relevance
89 bool IsInlined();91 bool IsInlined() const;
30 bool IsInlined() const;
45 bool SBBlock::IsInlined() const { in IsInlined() function in SBBlock146 if (IsInlined()) { in GetDescription()
1331 bool SBFrame::IsInlined() { in IsInlined() function in SBFrame1332 return static_cast<const SBFrame *>(this)->IsInlined(); in IsInlined()1335 bool SBFrame::IsInlined() const { in IsInlined() function in SBFrame
165 if (cur_frame_sp->IsInlined()) { in ShouldStop()
84 if (immediate_return_from_sp->IsInlined()) { in ThreadPlanStepOut()
89 if (!m_frames[0]->IsInlined()) { in ResetCurrentInlinedDepth()
1188 bool StackFrame::IsInlined() { in IsInlined() function in StackFrame
395 bool IsInlined();
1697 if (frame_sp->IsInlined()) { in DoExecute()