Home
last modified time | relevance | path

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

/aosp12/art/dex2oat/
H A Ddex2oat.cc548 profile_load_attempted_(false) in Dex2Oat()
2335 DCHECK(!HasProfileInput() || profile_load_attempted_) in DoProfileGuidedOptimizations()
2365 profile_load_attempted_ = true; in LoadProfile()
3003 bool profile_load_attempted_; member in art::Dex2Oat