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

  /art/runtime/
compiler_filter.h 49 static bool IsAotCompilationEnabled(Filter filter);
compiler_filter.cc 23 bool CompilerFilter::IsAotCompilationEnabled(Filter filter) {
77 IsAotCompilationEnabled(filter);
dexopt_test.cc 131 if (CompilerFilter::IsAotCompilationEnabled(filter)) {
oat_file_assistant.cc 506 if (CompilerFilter::IsAotCompilationEnabled(current_compiler_filter)) {
    [all...]
  /art/test/117-nopatchoat/
nopatchoat.cc 59 && CompilerFilter::IsAotCompilationEnabled(oat_file->GetCompilerFilter());
  /art/compiler/driver/
compiler_options.h 63 bool IsAotCompilationEnabled() const {
64 return CompilerFilter::IsAotCompilationEnabled(compiler_filter_);
  /art/compiler/dex/
verification_results.cc 145 if (!compiler_options_->IsAotCompilationEnabled()) {
  /art/dex2oat/
dex2oat.cc     [all...]
  /art/compiler/
oat_writer.cc     [all...]

Completed in 220 milliseconds