Home
last modified time | relevance | path

Searched refs:compiler_filter (Results 1 – 7 of 7) sorted by relevance

/art/dexoptanalyzer/
Ddexoptanalyzer_test.cc37 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/
Dcompiler_options_map-inl.h37 CompilerFilter::Filter compiler_filter; in ReadCompilerOptions() local
39 &compiler_filter)) { in ReadCompilerOptions()
44 options->SetCompilerFilter(compiler_filter); in ReadCompilerOptions()
Dcompiler_options.h86 void SetCompilerFilter(CompilerFilter::Filter compiler_filter) { in SetCompilerFilter() argument
87 compiler_filter_ = compiler_filter; in SetCompilerFilter()
/art/compiler/optimizing/
Dbuilder.cc81 CompilerFilter::Filter compiler_filter = compiler_options.GetCompilerFilter(); in SkipCompilation() local
82 if (compiler_filter == CompilerFilter::kEverything) { in SkipCompilation()
/art/runtime/native/
Ddalvik_system_DexFile.cc724 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/
Doat_file_assistant_test.cc76 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()
DAndroid.bp81 "compiler_filter.cc",