Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dscanner.h251 static const int kGrowthFactory = 4; variable
256 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth); in NewCapacity()