Home
last modified time | relevance | path

Searched refs:kMaxInlineMatchSequence (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Djs-call-reducer.h60 static constexpr int kMaxInlineMatchSequence = 3; member in v8::internal::compiler::final
H A Djs-call-reducer.cc1213 DCHECK(search_string_length <= JSCallReducer::kMaxInlineMatchSequence);
6536 // kMaxInlineMatchSequence, we inline the entire
6538 if (length <= kMaxInlineMatchSequence) {

Completed in 10 milliseconds