Searched refs:new_depth (Results 1 – 2 of 2) sorted by relevance
111 void SetCurrentInlinedDepth(uint32_t new_depth);
216 void StackFrameList::SetCurrentInlinedDepth(uint32_t new_depth) { in SetCurrentInlinedDepth() argument217 m_current_inlined_depth = new_depth; in SetCurrentInlinedDepth()218 if (new_depth == UINT32_MAX) in SetCurrentInlinedDepth()