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

  /art/compiler/driver/
compiler_options.h 56 return compiler_filter_;
60 compiler_filter_ = compiler_filter;
64 return CompilerFilter::IsAotCompilationEnabled(compiler_filter_);
68 return CompilerFilter::IsJniCompilationEnabled(compiler_filter_);
72 return CompilerFilter::IsQuickeningCompilationEnabled(compiler_filter_);
76 return CompilerFilter::IsVerificationEnabled(compiler_filter_);
80 return compiler_filter_ == CompilerFilter::kAssumeVerified;
84 return compiler_filter_ == CompilerFilter::kExtract;
88 return CompilerFilter::IsAnyCompilationEnabled(compiler_filter_);
259 CompilerFilter::Filter compiler_filter_; member in class:art::FINAL
    [all...]
compiler_options.cc 24 : compiler_filter_(CompilerFilter::kDefaultCompilerFilter),
112 if (!CompilerFilter::ParseCompilerFilter(compiler_filter_string, &compiler_filter_)) {
  /art/dexoptanalyzer/
dexoptanalyzer.cc 152 if (!CompilerFilter::ParseCompilerFilter(filter_str.c_str(), &compiler_filter_)) {
235 compiler_filter_, assume_profile_changed_, downgrade_);
257 CompilerFilter::Filter compiler_filter_; member in class:art::FINAL

Completed in 69 milliseconds