Searched refs:inlined_depth (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Target/
H A DStackFrameList.cpp276 uint32_t inlined_depth = 0; local
279 inlined_depth = GetCurrentInlinedDepth();
280 if (inlined_depth != UINT32_MAX)
283 end_idx += inlined_depth;
470 uint32_t inlined_depth = GetCurrentInlinedDepth(); local
471 if (inlined_depth == UINT32_MAX)
474 return m_frames.size() - inlined_depth;
508 uint32_t inlined_depth = GetCurrentInlinedDepth(); local
509 if (inlined_depth != UINT32_MAX)
510 idx += inlined_depth;
672 uint32_t inlined_depth = GetCurrentInlinedDepth(); local
[all...]

Completed in 70 milliseconds