Searched refs:compiler_filter (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 260 std::string compiler_filter = "speed-profile"; in CompileSecondaryDex() local 276 compiler_filter, in CompileSecondaryDex() 336 void CompilePrimaryDexOk(std::string compiler_filter, in CompilePrimaryDexOk() argument 344 CompilePrimaryDex(compiler_filter, in CompilePrimaryDexOk() 355 void CompilePrimaryDexFail(std::string compiler_filter, in CompilePrimaryDexFail() argument 363 CompilePrimaryDex(compiler_filter, in CompilePrimaryDexFail() 374 void CompilePrimaryDex(std::string compiler_filter, in CompilePrimaryDex() argument 411 compiler_filter, in CompilePrimaryDex() 440 if (compiler_filter == "speed-profile") { in CompilePrimaryDex()
|
D | installd_otapreopt_test.cpp | 66 ASSERT_STREQ(params.compiler_filter, args[i++]); in verifyPackageParameters()
|
/frameworks/native/cmds/installd/ |
D | otapreopt_parameters.h | 42 const char* compiler_filter; variable
|
D | otapreopt_parameters.cpp | 213 compiler_filter = param; in ReadArgumentsV1() 320 compiler_filter = param; in ReadArgumentsPostV1()
|
D | dexopt.cpp | 230 const char* instruction_set, const char* compiler_filter, in run_dex2oat() argument 388 } else if (compiler_filter != nullptr) { in run_dex2oat() 389 if (strlen(compiler_filter) + strlen("--compiler-filter=") < in run_dex2oat() 391 sprintf(dex2oat_compiler_filter_arg, "--compiler-filter=%s", compiler_filter); in run_dex2oat() 395 compiler_filter, in run_dex2oat() 1573 int zip_fd, const std::string& instruction_set, const std::string& compiler_filter, in exec_dexoptanalyzer() argument 1594 std::string compiler_filter_arg = "--compiler-filter=" + compiler_filter; in exec_dexoptanalyzer() 1826 const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out, in process_secondary_dex_dexopt() argument 1895 compiler_filter, profile_was_updated, in process_secondary_dex_dexopt() 1952 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument [all …]
|
D | dexopt.h | 106 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
|
D | otapreopt.cpp | 582 parameters_.compiler_filter, in Dexopt()
|
D | InstalldNativeService.cpp | 1968 const char* compiler_filter = compilerFilter.c_str(); in dexopt() local 1977 oat_dir, dexFlags, compiler_filter, volume_uuid, class_loader_context, se_info, in dexopt()
|