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

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

Completed in 578 milliseconds