HomeSort by relevance Sort by last modified time
    Searched refs:compiler_options_ (Results 1 - 20 of 20) sorted by null

  /art/compiler/jit/
jit_compiler.cc 93 compiler_options_.reset(new CompilerOptions());
95 compiler_options_->ParseCompilerOption(argument, Usage);
98 compiler_options_->SetNonPic();
101 compiler_options_->SetDebuggable(Runtime::Current()->IsJavaDebuggable());
105 compiler_options_->SetInlineMaxCodeUnits(CompilerOptions::kDefaultInlineMaxCodeUnits);
141 compiler_options_.get(),
160 if (compiler_options_->GetGenerateDebugInfo()) {
169 if (compiler_options_->GetGenerateDebugInfo()) {
jit_compiler.h 43 return compiler_options_.get();
50 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::jit::JitCompiler
  /art/compiler/dex/
verification_results.cc 34 : compiler_options_(compiler_options),
49 if (!compiler_options_->IsAnyCompilationEnabled()) {
107 DCHECK(compiler_options_->IsAnyCompilationEnabled());
145 if (!compiler_options_->IsAotCompilationEnabled()) {
149 if ((compiler_options_->GetCompilerFilter() != CompilerFilter::kEverything) &&
dex_to_dex_decompiler_test.cc 42 compiler_options_->boot_image_ = false;
43 compiler_options_->SetCompilerFilter(CompilerFilter::kQuicken);
verification_results.h 73 const CompilerOptions* const compiler_options_; member in class:art::VerificationResults
  /art/compiler/
elf_writer_quick.cc 119 const CompilerOptions* const compiler_options_; member in class:art::FINAL
158 compiler_options_(compiler_options),
173 if (compiler_options_->GetGenerateBuildId()) {
238 if (!method_infos.empty() && compiler_options_->GetGenerateMiniDebugInfo()) {
258 if (compiler_options_->GetGenerateDebugInfo()) {
262 if (compiler_options_->GetGenerateMiniDebugInfo()) {
275 if (compiler_options_->GetGenerateBuildId()) {
common_compiler_test.cc 185 compiler_options_->boot_image_ = true;
186 compiler_options_->SetCompilerFilter(GetCompilerFilter());
187 compiler_driver_.reset(new CompilerDriver(compiler_options_.get(),
208 compiler_options_.reset(new CompilerOptions);
209 verification_results_.reset(new VerificationResults(compiler_options_.get()));
234 compiler_options_.reset();
common_compiler_test.h 106 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::CommonCompilerTest
oat_test.cc 102 compiler_options_.reset(new CompilerOptions);
104 compiler_options_->ParseCompilerOption(option, Usage);
106 verification_results_.reset(new VerificationResults(compiler_options_.get()));
111 compiler_driver_.reset(new CompilerDriver(compiler_options_.get(),
    [all...]
image_test.h 373 compiler_options_->SetInlineMaxCodeUnits(CompilerOptions::kDefaultInlineMaxCodeUnits);
verifier_deps_test.cc 82 compiler_options_->boot_image_ = false;
    [all...]
  /art/compiler/linker/
relative_patcher_test.h 44 : compiler_options_(),
45 verification_results_(&compiler_options_),
46 driver_(&compiler_options_,
273 CompilerOptions compiler_options_; member in class:art::linker::RelativePatcherTest
  /art/compiler/optimizing/
ssa_liveness_analysis_test.cc 35 compiler_options_(),
43 compiler_options_);
63 CompilerOptions compiler_options_; member in class:art::SsaLivenessAnalysisTest
code_generator.h 255 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; }
615 compiler_options_(compiler_options),
731 const CompilerOptions& compiler_options_; member in class:art::CodeGenerator
    [all...]
code_generator.cc     [all...]
  /art/dex2oat/
dex2oat.cc 2840 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::FINAL
    [all...]
  /art/runtime/
runtime.h 167 return compiler_options_;
171 compiler_options_.push_back(option);
746 std::vector<std::string> compiler_options_; member in class:art::verifier::VerifyMode
runtime.cc     [all...]
  /art/compiler/driver/
compiler_driver.h 134 return *compiler_options_;
465 const CompilerOptions* const compiler_options_; member in class:art::CompilerDriver
compiler_driver.cc 287 : compiler_options_(compiler_options),
312 DCHECK(compiler_options_ != nullptr);
    [all...]

Completed in 303 milliseconds