Home
last modified time | relevance | path

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

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