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

  /external/chromium_org/v8/src/
scanner.h 214 static const int kMaxGrowth = 1 * MB;
217 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth);
  /external/v8/src/
scanner.h 228 static const int kMaxGrowth = 1 * MB;
231 int new_capacity = Min(capacity * kGrowthFactory, capacity + kMaxGrowth);

Completed in 171 milliseconds