Searched defs:compiler_filter (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/cmds/installd/ |
D | otapreopt_parameters.h | 42 const char* compiler_filter; variable
|
D | run_dex2oat.cpp | 76 const char* compiler_filter, in Initialize() 180 const char* compiler_filter, in PrepareCompilerConfigFlags()
|
D | dexopt.cpp | 1263 const std::string& compiler_filter, in RunDexoptAnalyzer() 1635 const char* instruction_set, const char* compiler_filter, bool* is_public_out, in process_secondary_dex_dexopt() 1788 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
|
D | run_dex2oat_test.cpp | 108 const char* compiler_filter = "extract"; member
|
D | InstalldNativeService.cpp | 3295 const char* compiler_filter = compilerFilter.c_str(); in dexopt() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 377 std::string compiler_filter = "speed-profile"; in CompileSecondaryDex() local 459 void CompilePrimaryDexOk(std::string compiler_filter, in CompilePrimaryDexOk() 479 void CompilePrimaryDexFail(std::string compiler_filter, in CompilePrimaryDexFail() 499 void CompilePrimaryDexCancelled(std::string compiler_filter, in CompilePrimaryDexCancelled() 519 void CompilePrimaryDex(std::string compiler_filter, in CompilePrimaryDex()
|