Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/bigint/
Dbigint.h543 static constexpr int kInlineThreshold = kStackParts * kDigitBits * 100 / 517; in Parse() local
544 inline_everything_ = (end - start) <= kInlineThreshold; in Parse()