Searched defs:compiler_filter (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/cmds/installd/ |
D | otapreopt_parameters.h | 42 const char* compiler_filter; variable
|
D | dexopt.cpp | 342 const char* compiler_filter, in RunDex2Oat() 1609 const std::string& compiler_filter, in RunDexoptAnalyzer() 1954 const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out, in process_secondary_dex_dexopt() 2089 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
|
D | InstalldNativeService.cpp | 2411 const char* compiler_filter = compilerFilter.c_str(); in dexopt() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 360 std::string compiler_filter = "speed-profile"; in CompileSecondaryDex() local 437 void CompilePrimaryDexOk(std::string compiler_filter, in CompilePrimaryDexOk() 456 void CompilePrimaryDexFail(std::string compiler_filter, in CompilePrimaryDexFail() 475 void CompilePrimaryDex(std::string compiler_filter, in CompilePrimaryDex()
|