Home
last modified time | relevance | path

Searched refs:kMaxInlineDepth (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dstate-values-utils.h115 static const int kMaxInlineDepth = 8; variable
116 SparseInputMask::InputIterator stack_[kMaxInlineDepth];
Dstate-values-utils.cc315 DCHECK(current_depth_ < kMaxInlineDepth); in Top()
321 CHECK(current_depth_ < kMaxInlineDepth); in Push()