Searched refs:compiler_filter (Results 1 – 7 of 7) sorted by relevance
/art/dexoptanalyzer/ |
D | dexoptanalyzer_test.cc | 37 CompilerFilter::Filter compiler_filter, in Analyze() argument 45 argv_str.push_back("--compiler-filter=" + CompilerFilter::NameOfFilter(compiler_filter)); in Analyze() 78 CompilerFilter::Filter compiler_filter, in Verify() argument 83 dex_file, compiler_filter, assume_profile_changed, class_loader_context); in Verify() 93 compiler_filter, context.get(), context_fds, assume_profile_changed, downgrade); in Verify()
|
/art/compiler/driver/ |
D | compiler_options_map-inl.h | 37 CompilerFilter::Filter compiler_filter; in ReadCompilerOptions() local 39 &compiler_filter)) { in ReadCompilerOptions() 44 options->SetCompilerFilter(compiler_filter); in ReadCompilerOptions()
|
D | compiler_options.h | 86 void SetCompilerFilter(CompilerFilter::Filter compiler_filter) { in SetCompilerFilter() argument 87 compiler_filter_ = compiler_filter; in SetCompilerFilter()
|
/art/compiler/optimizing/ |
D | builder.cc | 81 CompilerFilter::Filter compiler_filter = compiler_options.GetCompilerFilter(); in SkipCompilation() local 82 if (compiler_filter == CompilerFilter::kEverything) { in SkipCompilation()
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 724 ScopedUtfChars compiler_filter(env, javaCompilerFilter); in DexFile_isValidCompilerFilter() local 730 return CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter) in DexFile_isValidCompilerFilter() 737 ScopedUtfChars compiler_filter(env, javaCompilerFilter); in DexFile_isProfileGuidedCompilerFilter() local 743 if (!CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)) { in DexFile_isProfileGuidedCompilerFilter() 752 ScopedUtfChars compiler_filter(env, javaCompilerFilter); in DexFile_getNonProfileGuidedCompilerFilter() local 758 if (!CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)) { in DexFile_getNonProfileGuidedCompilerFilter() 777 ScopedUtfChars compiler_filter(env, javaCompilerFilter); in DexFile_getSafeModeCompilerFilter() local 783 if (!CompilerFilter::ParseCompilerFilter(compiler_filter.c_str(), &filter)) { in DexFile_getSafeModeCompilerFilter()
|
/art/runtime/ |
D | oat_file_assistant_test.cc | 76 CompilerFilter::Filter compiler_filter, in GetDexOptNeeded() argument 80 compiler_filter, in GetDexOptNeeded() 89 CompilerFilter::Filter compiler_filter, in GetDexOptNeeded() argument 95 compiler_filter, in GetDexOptNeeded()
|
D | Android.bp | 81 "compiler_filter.cc",
|