HomeSort by relevance Sort by last modified time
    Searched refs:kMaxGrowth (Results 1 - 2 of 2) sorted by null

  /external/v8/src/parsing/
scanner.h 424 static const int kMaxGrowth = 1 * MB;
scanner.cc 71 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth);
    [all...]

Completed in 51 milliseconds