Lines Matching refs:compiler_options_

690       compiler_options_->debuggable_ = true;
834 if (compiler_options_->inline_depth_limit_ == CompilerOptions::kUnsetInlineDepthLimit) {
835 compiler_options_->inline_depth_limit_ =
836 (compiler_options_->compiler_filter_ == CompilerFilter::kSpace)
841 if (compiler_options_->inline_max_code_units_ == CompilerOptions::kUnsetInlineMaxCodeUnits) {
842 compiler_options_->inline_max_code_units_ =
843 (compiler_options_->compiler_filter_ == CompilerFilter::kSpace)
859 compiler_options_->implicit_null_checks_ = true;
860 compiler_options_->implicit_so_checks_ = true;
868 compiler_options_->verbose_methods_ = verbose_methods_.empty() ? nullptr : &verbose_methods_;
902 compiler_options_->force_determinism_ = force_determinism_;
1024 compiler_options_->compile_pic_ ? OatHeader::kTrueValue : OatHeader::kFalseValue);
1027 compiler_options_->debuggable_ ? OatHeader::kTrueValue : OatHeader::kFalseValue);
1030 compiler_options_->GetNativeDebuggable() ? OatHeader::kTrueValue : OatHeader::kFalseValue);
1032 CompilerFilter::NameOfFilter(compiler_options_->GetCompilerFilter()));
1034 compiler_options_->GetIncludePatchInformation() ? OatHeader::kTrueValue
1056 compiler_options_.reset(new CompilerOptions());
1173 } else if (!compiler_options_->ParseCompilerOption(option, Usage)) {
1311 verification_results_.reset(new VerificationResults(compiler_options_.get()));
1345 if (CompilerFilter::DependsOnImageChecksum(compiler_options_->GetCompilerFilter())) {
1443 compiler_options_->GetCompilerFilter())) {
1449 compiler_options_->SetCompilerFilter(CompilerFilter::kVerifyAtRuntime);
1561 compiler_options_->no_inline_from_ = &no_inline_from_dex_files_;
1565 driver_.reset(new CompilerDriver(compiler_options_.get(),
1683 compiler_options_->GetCompilePic(),
1898 return CompilerFilter::DependsOnProfile(compiler_options_->GetCompilerFilter());
2144 compiler_options_.get(),
2208 if (compiler_options_->IsForceDeterminism()) {
2285 if (!compiler_options_->GetCompilePic() && IsBootImage()) {
2423 std::unique_ptr<CompilerOptions> compiler_options_;