Searched defs:kMaxFailedDexCacheLookups (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dclass_linker.cc3333 // often as map searches are faster, so after kMaxFailedDexCacheLookups move all image
3335 constexpr uint32_t kMaxFailedDexCacheLookups = 1000; local
3336 if (++failed_dex_cache_class_lookups_ > kMaxFailedDexCacheLookups) {

Completed in 46 milliseconds