Searched refs:blew_stack (Results 1 – 2 of 2) sorted by relevance
890 String* NextLeaf(bool* blew_stack);
11228 bool blew_stack = StackBlown(); in Continue() local11231 if (!blew_stack) string = NextLeaf(&blew_stack); in Continue()11233 if (blew_stack) { in Continue()11303 String* ConsStringIterator::NextLeaf(bool* blew_stack) { in NextLeaf() argument11307 *blew_stack = false; in NextLeaf()11312 *blew_stack = true; in NextLeaf()