Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_driver.cc898 const bool verify_only_profile = compiler_options_->VerifyOnlyProfile(); in PreCompile() local
903 if ((never_verify || verification_enabled) && !verify_only_profile) { in PreCompile()