Lines Matching refs:compiler_options_
191 compiler_options_->instruction_set_ = instruction_set_; in ApplyInstructionSet()
192 compiler_options_->instruction_set_features_ = in ApplyInstructionSet()
194 CHECK(compiler_options_->instruction_set_features_->Equals(instruction_set_features_.get())); in ApplyInstructionSet()
205 if (compiler_options_ != nullptr) { in OverrideInstructionSetFeatures()
211 compiler_options_.reset(new CompilerOptions); in SetUpRuntimeOptionsImpl()
212 verification_results_.reset(new VerificationResults(compiler_options_.get())); in SetUpRuntimeOptionsImpl()
228 compiler_options_.reset(); in TearDown()
242 Compiler::Create(*compiler_options_, &storage, compiler_kind_)); in CompileMethod()
247 compiler_options_->verification_results_ = verification_results_.get(); in CompileMethod()
266 compiler_options_->verification_results_ = nullptr; in CompileMethod()
311 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in ClearBootImageOption()