Home
last modified time | relevance | path

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

/external/v8/src/heap/
Dheap.cc895 const int kMaxNumberOfAttempts = 7; in CollectAllAvailableGarbage() local
897 for (int attempt = 0; attempt < kMaxNumberOfAttempts; attempt++) { in CollectAllAvailableGarbage()