Lines Matching defs:maxStackLevel
354 void CallStack::UnwindStep(unw_cursor_t &c, std::vector<CallFrame> &callStack, size_t maxStackLevel)
356 while (callStack.size() < maxStackLevel) {
411 size_t maxStackLevel)
434 UnwindStep(c, callStack, maxStackLevel);
442 size_t maxStackLevel, int maxjsDepth, bool jsReport)
474 if (maxStackLevel - 1 > 0) {
476 return DoUnwind(thread, callStack, maxStackLevel);
478 return DoUnwind2(thread, callStack, maxStackLevel, maxjsDepth, jsReport);
503 size_t maxStackLevel, int maxjsDepth, bool jsReport)
529 unwinder->Unwind(&unwindInfo, maxStackLevel + maxjsDepth);