Home
last modified time | relevance | path

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

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