Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1165 if (HasProfileInput()) { in ParseArgs()
2329 bool HasProfileInput() const { in HasProfileInput() function in art::Dex2Oat
2335 DCHECK(!HasProfileInput() || profile_load_attempted_) in DoProfileGuidedOptimizations()
2364 DCHECK(HasProfileInput()); in LoadProfile()
3107 if (dex2oat->HasProfileInput()) { in Dex2oat()