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

  /art/compiler/jit/
jit_compiler.h 43 return compiler_options_.get();
50 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::jit::JitCompiler
jit_compiler.cc 90 compiler_options_.reset(new CompilerOptions(
115 compiler_options_->ParseCompilerOption(argument, Usage);
152 compiler_options_.get(),
174 if (compiler_options_->GetGenerateDebugInfo()) {
  /art/compiler/dex/
verification_results.cc 32 : compiler_options_(compiler_options),
98 if (!compiler_options_->IsBytecodeCompilationEnabled()) {
102 if ((compiler_options_->GetCompilerFilter() != CompilerFilter::kEverything) &&
verification_results.h 59 const CompilerOptions* const compiler_options_; member in class:art::VerificationResults
  /art/compiler/
elf_writer_quick.cc 116 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()) {
common_compiler_test.cc 176 compiler_driver_.reset(new CompilerDriver(compiler_options_.get(),
200 compiler_options_.reset(new CompilerOptions);
201 verification_results_.reset(new VerificationResults(compiler_options_.get()));
227 compiler_options_.reset();
common_compiler_test.h 103 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::CommonCompilerTest
oat_test.cc 97 compiler_options_.reset(new CompilerOptions);
99 compiler_options_->ParseCompilerOption(option, Usage);
101 verification_results_.reset(new VerificationResults(compiler_options_.get()));
108 compiler_driver_.reset(new CompilerDriver(compiler_options_.get(),
    [all...]
image_test.cc 317 compiler_options_->SetInlineDepthLimit(CompilerOptions::kDefaultInlineDepthLimit);
318 compiler_options_->SetInlineMaxCodeUnits(CompilerOptions::kDefaultInlineMaxCodeUnits);
  /art/compiler/linker/
relative_patcher_test.h 44 : compiler_options_(),
45 verification_results_(&compiler_options_),
47 driver_(&compiler_options_,
264 CompilerOptions compiler_options_; member in class:art::linker::RelativePatcherTest
  /art/dex2oat/
dex2oat.cc 690 compiler_options_->debuggable_ = true;
2423 std::unique_ptr<CompilerOptions> compiler_options_; member in class:art::FINAL
    [all...]
  /art/compiler/optimizing/
code_generator.h 242 const CompilerOptions& GetCompilerOptions() const { return compiler_options_; }
519 compiler_options_(compiler_options),
619 const CompilerOptions& compiler_options_; member in class:art::CodeGenerator
code_generator.cc     [all...]
  /art/runtime/
runtime.h 180 return compiler_options_;
184 compiler_options_.push_back(option);
713 std::vector<std::string> compiler_options_; member in class:art::verifier::Runtime
runtime.cc     [all...]
  /art/compiler/driver/
compiler_driver.h 149 return *compiler_options_;
629 const CompilerOptions* const compiler_options_; member in class:art::CompilerDriver
compiler_driver.cc 374 : compiler_options_(compiler_options),
406 DCHECK(compiler_options_ != nullptr);
    [all...]

Completed in 780 milliseconds