Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt_parameters.h42 const char* compiler_filter; variable
Ddexopt.cpp342 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()
DInstalldNativeService.cpp2411 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
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()