Lines Matching refs:compiler_options_
128 compiler_options_->instruction_set_ = instruction_set_; in ApplyInstructionSet()
129 compiler_options_->instruction_set_features_ = in ApplyInstructionSet()
131 CHECK(compiler_options_->instruction_set_features_->Equals(instruction_set_features_.get())); in ApplyInstructionSet()
142 if (compiler_options_ != nullptr) { in OverrideInstructionSetFeatures()
150 compiler_options_.reset(new CompilerOptions); in SetUpRuntimeOptions()
151 verification_results_.reset(new VerificationResults(compiler_options_.get())); in SetUpRuntimeOptions()
166 compiler_options_.reset(); in TearDown()
182 Compiler::Create(*compiler_options_, &storage, compiler_kind_)); in CompileMethod()
186 compiler_options_->verification_results_ = verification_results_.get(); in CompileMethod()
205 compiler_options_->verification_results_ = nullptr; in CompileMethod()
246 compiler_options_->image_type_ = CompilerOptions::ImageType::kNone; in ClearBootImageOption()