Home | History | Annotate | Download | only in src

Lines Matching refs:IsValidFrame

152   if (!done() && !IsValidFrame(iterator_.frame())) Advance();
164 } while (!done() && !IsValidFrame(iterator_.frame()));
167 bool StackTraceFrameIterator::IsValidFrame(StackFrame* frame) const {
288 if (!IsValidFrame(last_frame) || !IsValidCaller(last_frame)) {
306 bool SafeStackFrameIterator::IsValidFrame(StackFrame* frame) const {