Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc550 profile_load_attempted_(false), in Dex2Oat()
2341 DCHECK(!HasProfileInput() || profile_load_attempted_) in DoProfileGuidedOptimizations()
2353 profile_load_attempted_ = true; in LoadProfile()
3015 bool profile_load_attempted_; member in art::Dex2Oat