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 | 230 const char* instruction_set, const char* compiler_filter, in run_dex2oat() 1573 int zip_fd, const std::string& instruction_set, const std::string& compiler_filter, in exec_dexoptanalyzer() 1826 const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out, in process_secondary_dex_dexopt() 1952 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt()
|
D | InstalldNativeService.cpp | 1968 const char* compiler_filter = compilerFilter.c_str(); in dexopt() local
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 260 std::string compiler_filter = "speed-profile"; in CompileSecondaryDex() local 336 void CompilePrimaryDexOk(std::string compiler_filter, in CompilePrimaryDexOk() 355 void CompilePrimaryDexFail(std::string compiler_filter, in CompilePrimaryDexFail() 374 void CompilePrimaryDex(std::string compiler_filter, in CompilePrimaryDex()
|