Searched refs:kMaxInlineDepth (Results 1 – 2 of 2) sorted by relevance
101 static const int kMaxInlineDepth = 8; variable102 StatePos stack_[kMaxInlineDepth];
214 DCHECK(current_depth_ < kMaxInlineDepth); in Top()221 CHECK(current_depth_ < kMaxInlineDepth); in Push()