Searched refs:StackBlown (Results 1 – 2 of 2) sorted by relevance
8191 DCHECK(StackBlown()); in Initialize()8198 bool blew_stack = StackBlown(); in Continue()8282 if (StackBlown()) { in NextLeaf()
9315 inline bool StackBlown() { return maximum_depth_ - depth_ == kStackSize; } in StackBlown() function