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.cpp230 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()
DInstalldNativeService.cpp1968 const char* compiler_filter = compilerFilter.c_str(); in dexopt() local
/frameworks/native/cmds/installd/tests/
Dinstalld_dexopt_test.cpp260 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()