Lines Matching refs:stack
106 CallStack* stack,
109 BPLOG_IF(ERROR, !stack) << "Stackwalker::Walk requires |stack|";
110 assert(stack);
111 stack->Clear();
141 BPLOG(INFO) << "Stack walk is interrupted.";
170 // Add the frame to the call stack. Relinquish the ownership claim
171 // over the frame, because the stack now owns it.
172 stack->frames_.push_back(frame.release());
173 if (stack->frames_.size() > max_frames_) {
177 BPLOG(ERROR) << "The stack is over " << max_frames_ << " frames.";
183 frame.reset(GetCallerFrame(stack, stack_scan_allowed));
280 // No valid implementation to symbolize stack frame, but the address is