Home | History | Annotate | Download | only in driver

Lines Matching refs:compiler_options_

287     : compiler_options_(compiler_options),
312 DCHECK(compiler_options_ != nullptr);
893 if (compiler_options_->IsAnyCompilationEnabled()) {
907 if (compiler_options_->AssumeClassesAreVerified()) {
912 if (!compiler_options_->IsVerificationEnabled()) {
930 if (compiler_options_->IsAnyCompilationEnabled()) {
970 if (!CompilerFilter::DependsOnProfile(compiler_options_->GetCompilerFilter())) {
1481 if (!compiler_options_->IsVerificationEnabled()) {
3008 compiler_options_->GetNoInlineFromDexFile() != nullptr &&
3009 ContainsElement(*compiler_options_->GetNoInlineFromDexFile(), inlined_from)) {