Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dliteral-buffer.cc27 return min_capacity < (kMaxGrowth / (kGrowthFactor - 1)) in NewCapacity()
28 ? min_capacity * kGrowthFactor in NewCapacity()
Dliteral-buffer.h71 static const int kGrowthFactor = 4; variable