/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 | 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 | dexopt.h | 117 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter,
|
D | dexopt.cpp | 342 const char* compiler_filter, in RunDex2Oat() argument 508 } else if (compiler_filter != nullptr) { in RunDex2Oat() 509 dex2oat_compiler_filter_arg = StringPrintf("--compiler-filter=%s", compiler_filter); in RunDex2Oat() 1609 const std::string& compiler_filter, in RunDexoptAnalyzer() argument 1625 std::string compiler_filter_arg = "--compiler-filter=" + compiler_filter; in RunDexoptAnalyzer() 1954 const char* compiler_filter, bool* is_public_out, int* dexopt_needed_out, in process_secondary_dex_dexopt() argument 2032 compiler_filter, profile_was_updated, in process_secondary_dex_dexopt() 2089 int dexopt_needed, const char* oat_dir, int dexopt_flags, const char* compiler_filter, in dexopt() argument 2132 instruction_set, compiler_filter, &is_public, &dexopt_needed, &oat_dir_str, in dexopt() 2234 compiler_filter, in dexopt()
|
D | otapreopt.cpp | 486 parameters_.compiler_filter, in Dexopt()
|
D | InstalldNativeService.cpp | 2411 const char* compiler_filter = compilerFilter.c_str(); in dexopt() local 2420 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 377 compiler_filter, in CompileSecondaryDex() 437 void CompilePrimaryDexOk(std::string compiler_filter, in CompilePrimaryDexOk() argument 445 CompilePrimaryDex(compiler_filter, in CompilePrimaryDexOk() 456 void CompilePrimaryDexFail(std::string compiler_filter, in CompilePrimaryDexFail() argument 464 CompilePrimaryDex(compiler_filter, in CompilePrimaryDexFail() 475 void CompilePrimaryDex(std::string compiler_filter, in CompilePrimaryDex() argument 510 compiler_filter, in CompilePrimaryDex() 539 if (compiler_filter == "speed-profile") { in CompilePrimaryDex()
|
D | installd_otapreopt_test.cpp | 66 ASSERT_STREQ(params.compiler_filter, args[i++]); in verifyPackageParameters()
|