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

  /external/chromium_org/v8/src/
scanner.h 212 static const int kGrowthFactory = 4;
217 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth);
  /external/v8/src/
scanner.h 226 static const int kGrowthFactory = 4;
231 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth);

Completed in 42 milliseconds