Lines Matching refs:compiler_options_
47 compiler_options_->SetInlineMaxCodeUnits(CompilerOptions::kDefaultInlineMaxCodeUnits); in ParseCompilerOptions()
51 if (!compiler_options_->ParseCompilerOptions(runtime->GetCompilerOptions(), in ParseCompilerOptions()
59 compiler_options_->SetNonPic(); in ParseCompilerOptions()
63 if (!compiler_options_->GetDebuggable()) { in ParseCompilerOptions()
64 compiler_options_->SetDebuggable(runtime->IsJavaDebuggable()); in ParseCompilerOptions()
67 const InstructionSet instruction_set = compiler_options_->GetInstructionSet(); in ParseCompilerOptions()
108 compiler_options_->instruction_set_features_ = std::move(instruction_set_features); in ParseCompilerOptions()
109 compiler_options_->compiling_with_core_image_ = in ParseCompilerOptions()
112 if (compiler_options_->GetGenerateDebugInfo()) { in ParseCompilerOptions()
172 compiler_options_.reset(new CompilerOptions()); in JitCompiler()
175 Compiler::Create(*compiler_options_, /*storage=*/ nullptr, Compiler::kOptimizing)); in JitCompiler()
179 if (compiler_options_->GetGenerateDebugInfo()) { in ~JitCompiler()