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

/art/runtime/
H A Ddex_file.cc419 static constexpr size_t kWarnOnManyDexFilesThreshold = 100; member in namespace:art
464 if (i == kWarnOnManyDexFilesThreshold) {
465 LOG(WARNING) << location << " has in excess of " << kWarnOnManyDexFilesThreshold local

Completed in 269 milliseconds