Lines Matching refs:UINT32_MAX
52 m_current_inlined_depth (UINT32_MAX), in StackFrameList()
77 if (cur_inlined_depth == UINT32_MAX) in CalculateCurrentInlinedDepth()
92 m_current_inlined_depth = UINT32_MAX; in GetCurrentInlinedDepth()
101 return UINT32_MAX; in GetCurrentInlinedDepth()
113 m_current_inlined_depth = UINT32_MAX; in ResetCurrentInlinedDepth()
231 if (current_inlined_depth != UINT32_MAX) in DecrementCurrentInlinedDepth()
247 if (new_depth == UINT32_MAX) in SetCurrentInlinedDepth()
277 if (end_idx > 0 && end_idx != UINT32_MAX) in GetFramesUpTo()
280 if (inlined_depth != UINT32_MAX) in GetFramesUpTo()
456 m_concrete_frames_fetched = UINT32_MAX; in GetFramesUpTo()
468 GetFramesUpTo (UINT32_MAX); in GetNumFrames()
471 if (inlined_depth == UINT32_MAX) in GetNumFrames()
509 if (inlined_depth != UINT32_MAX) in GetFrameAtIndex()
673 if (inlined_depth != UINT32_MAX) in SetSelectedFrame()
878 if (num_frames == UINT32_MAX) in GetStatus()
879 last_frame = UINT32_MAX; in GetStatus()