/frameworks/base/startop/scripts/app_startup/ |
D | force_compiler_filter | 69 compiler_filter="$2" 79 if [[ -z "$compiler_filter" ]]; then 119 if [[ $compiler_filter == speed-profile ]]; then 135 force_package_compilation "$compiler_filter" "$package"
|
D | run_app_with_prefetch_test.py | 142 mad(compiler_filter='speed') 175 compiler_filter=None, 200 compiler_filter=None, 228 compiler_filter=None, 262 compiler_filter=None,
|
D | run_app_with_prefetch.py | 52 compiler_filter: Optional[str], 60 compiler_filter,
|
D | run_app_with_prefetch | 100 compiler_filter="$2" 343 configure_compiler_filter "$compiler_filter" "$package" "$activity" || exit 1
|
D | app_startup_runner.py | 176 compiler_filter=collector_info.compiler_filter,
|
/frameworks/base/startop/scripts/app_startup/lib/ |
D | app_runner.py | 70 compiler_filter: Optional[str], 83 self.compiler_filter = compiler_filter 114 if not self.compiler_filter: 139 current_compiler_filter != self.compiler_filter: 145 self.compiler_filter,
|
D | perfetto_trace_collector.py | 50 compiler_filter: Optional[str], 58 compiler_filter,
|
D | perfetto_trace_collector_test.py | 32 compiler_filter=None,
|
D | app_runner_test.py | 41 compiler_filter='speed',
|
/frameworks/native/cmds/installd/ |
D | run_dex2oat.cpp | 80 const char* compiler_filter, in Initialize() argument 95 PrepareCompilerConfigFlags(input_vdex, output_vdex, instruction_set, compiler_filter, in Initialize() 182 const char* compiler_filter, in PrepareCompilerConfigFlags() argument 225 } else if (compiler_filter != nullptr) { in PrepareCompilerConfigFlags() 227 compiler_filter); in PrepareCompilerConfigFlags()
|
D | run_dex2oat.h | 46 const char* compiler_filter, 73 const char* compiler_filter,
|
D | otapreopt_parameters.h | 42 const char* compiler_filter; variable
|
D | otapreopt_parameters.cpp | 215 compiler_filter = param; in ReadArgumentsV1() 324 compiler_filter = param; in ReadArgumentsPostV1()
|
D | run_dex2oat_test.cpp | 108 const char* compiler_filter = "extract"; member 252 args->compiler_filter, in CallRunDex2Oat() 437 args->compiler_filter = nullptr; in TEST_F()
|
D | dexopt.h | 125 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
|
D | dexopt.cpp | 1182 const std::string& compiler_filter, in RunDexoptAnalyzer() argument 1198 std::string compiler_filter_arg = "--compiler-filter=" + compiler_filter; in RunDexoptAnalyzer() 1537 const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out, in process_secondary_dex_dexopt() argument 1616 compiler_filter, in process_secondary_dex_dexopt() 1674 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument 1717 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str, in dexopt() 1842 compiler_filter, in dexopt()
|
D | otapreopt.cpp | 489 parameters_.compiler_filter, in Dexopt()
|
D | InstalldNativeService.cpp | 2424 const char* compiler_filter = compilerFilter.c_str(); in dexopt() local 2433 oat_dir, dexFlags, compiler_filter, volume_uuid, class_loader_context, se_info, in dexopt()
|
/frameworks/native/cmds/installd/tests/ |
D | installd_dexopt_test.cpp | 360 std::string compiler_filter = "speed-profile"; in CompileSecondaryDex() local 374 compiler_filter, in CompileSecondaryDex() 434 void CompilePrimaryDexOk(std::string compiler_filter, in CompilePrimaryDexOk() argument 442 CompilePrimaryDex(compiler_filter, in CompilePrimaryDexOk() 453 void CompilePrimaryDexFail(std::string compiler_filter, in CompilePrimaryDexFail() argument 461 CompilePrimaryDex(compiler_filter, in CompilePrimaryDexFail() 472 void CompilePrimaryDex(std::string compiler_filter, in CompilePrimaryDex() argument 501 compiler_filter, in CompilePrimaryDex() 531 if (compiler_filter == "speed-profile") { in CompilePrimaryDex()
|
D | installd_otapreopt_test.cpp | 66 ASSERT_STREQ(params.compiler_filter, args[i++]); in verifyPackageParameters()
|