Home
last modified time | relevance | path

Searched defs:compiler_filter (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/
Dotapreopt_parameters.h42 const char* compiler_filter; variable
Drun_dex2oat.cpp80 const char* compiler_filter, in Initialize()
182 const char* compiler_filter, in PrepareCompilerConfigFlags()
Ddexopt.cpp1182 const std::string& compiler_filter, in RunDexoptAnalyzer()
1537 const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out, in process_secondary_dex_dexopt()
1674 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
Drun_dex2oat_test.cpp108 const char* compiler_filter = "extract"; member
DInstalldNativeService.cpp2424 const char* compiler_filter = compilerFilter.c_str(); in dexopt() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp360 std::string compiler_filter = "speed-profile"; in CompileSecondaryDex() local
434 void CompilePrimaryDexOk(std::string compiler_filter, in CompilePrimaryDexOk()
453 void CompilePrimaryDexFail(std::string compiler_filter, in CompilePrimaryDexFail()
472 void CompilePrimaryDex(std::string compiler_filter, in CompilePrimaryDex()