Searched refs:m_current_inlined_depth (Results 1 – 2 of 2) sorted by relevance
66 if (m_current_inlined_depth < UINT32_MAX) in GetVisibleStackFrameIndex()67 return idx - m_current_inlined_depth; in GetVisibleStackFrameIndex()163 uint32_t m_current_inlined_depth; variable
43 m_current_inlined_depth(UINT32_MAX), in StackFrameList()47 m_current_inlined_depth = prev_frames_sp->m_current_inlined_depth; in StackFrameList()70 m_current_inlined_depth = UINT32_MAX; in GetCurrentInlinedDepth()77 return m_current_inlined_depth; in GetCurrentInlinedDepth()93 m_current_inlined_depth = UINT32_MAX; in ResetCurrentInlinedDepth()143 m_current_inlined_depth = 0; in ResetCurrentInlinedDepth()170 m_current_inlined_depth = 0; in ResetCurrentInlinedDepth()193 m_current_inlined_depth = num_inlined_functions + 1; in ResetCurrentInlinedDepth()199 m_current_inlined_depth, curr_pc); in ResetCurrentInlinedDepth()211 m_current_inlined_depth--; in DecrementCurrentInlinedDepth()[all …]