Searched defs:compiler_options_ (Results 1 - 9 of 9) sorted by relevance

/art/compiler/dex/
H A Dverification_results.h59 const CompilerOptions* const compiler_options_; member in class:art::VerificationResults
/art/compiler/
H A Dcommon_compiler_test.h103 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::CommonCompilerTest
H A Delf_writer_quick.cc116 const CompilerOptions* const compiler_options_; member in class:art::FINAL
153 compiler_options_(compiler_options),
222 if (!method_infos.empty() && compiler_options_->GetGenerateMiniDebugInfo()) {
242 if (compiler_options_->GetGenerateDebugInfo()) {
246 if (compiler_options_->GetGenerateMiniDebugInfo()) {
260 if (compiler_options_->GetIncludePatchInformation()) {
/art/compiler/jit/
H A Djit_compiler.h43 return compiler_options_.get();
50 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::jit::JitCompiler
/art/compiler/linker/
H A Drelative_patcher_test.h44 : compiler_options_(),
45 verification_results_(&compiler_options_),
47 driver_(&compiler_options_,
264 CompilerOptions compiler_options_; member in class:art::linker::RelativePatcherTest
/art/compiler/driver/
H A Dcompiler_driver.h149 return *compiler_options_;
629 const CompilerOptions* const compiler_options_; member in class:art::CompilerDriver
/art/compiler/optimizing/
H A Dcode_generator.h242 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; }
519 compiler_options_(compiler_options),
619 const CompilerOptions& compiler_options_; member in class:art::CodeGenerator
/art/runtime/
H A Druntime.h180 return compiler_options_;
184 compiler_options_.push_back(option);
713 std::vector<std::string> compiler_options_; member in class:art::verifier::Runtime
/art/dex2oat/
H A Ddex2oat.cc690 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_
2423 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::FINAL
[all...]

Completed in 219 milliseconds