Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.h487 static const int kMaxGrowth = 1 * MB; variable
Dscanner.cc72 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth); in NewCapacity()