Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1486 if (!IsBootImage() && !IsBootImageExtension() && IsVeryLarge(dex_files)) { in Setup()
2504 bool IsVeryLarge(const std::vector<const DexFile*>& dex_files) { in IsVeryLarge() function in art::Dex2Oat