Home
last modified time | relevance | path

Searched refs:getCompilerFilter (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/tests/BackgroundDexOptServiceIntegrationTests/src/com/android/server/pm/
H A DBackgroundDexOptServiceIntegrationTests.java168 private static String getCompilerFilter(String pkg) throws IOException { in getCompilerFilter() method in BackgroundDexOptServiceIntegrationTests
266 Assert.assertEquals("verify", getCompilerFilter(PACKAGE_NAME)); in testBackgroundDexOpt()
271 Assert.assertEquals(BG_DEXOPT_COMPILER_FILTER, getCompilerFilter(PACKAGE_NAME)); in testBackgroundDexOpt()
285 Assert.assertEquals("verify", getCompilerFilter(PACKAGE_NAME)); in testBackgroundDexOptDowngradeSkipRecentlyUsedPackage()
293 Assert.assertEquals(BG_DEXOPT_COMPILER_FILTER, getCompilerFilter(PACKAGE_NAME)); in testBackgroundDexOptDowngradeSkipRecentlyUsedPackage()
311 Assert.assertEquals("speed-profile", getCompilerFilter(PACKAGE_NAME)); in testBackgroundDexOptDowngradeSuccessful()
319 Assert.assertEquals(DOWNGRADE_COMPILER_FILTER, getCompilerFilter(PACKAGE_NAME)); in testBackgroundDexOptDowngradeSuccessful()
334 Assert.assertEquals("verify", getCompilerFilter(PACKAGE_NAME)); in testBackgroundDexOptThermalThrottling()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DDexoptOptionsTests.java47 assertEquals(mCompilerFilter, opt.getCompilerFilter()); in testCreateDexoptOptionsEmpty()
76 assertEquals(mCompilerFilter, opt.getCompilerFilter()); in testCreateDexoptOptionsFull()
108 assertEquals(getCompilerFilterForReason(reason), opt.getCompilerFilter()); in testCreateDexoptOptionsReason()
126 assertEquals(mCompilerFilter, opt.getCompilerFilter()); in testCreateDexoptOptionsSplit()
/aosp12/art/test/692-vdex-secondary-loader/src/
H A DMain.java56 String filter = getCompilerFilter(loader.loadClass("art.ClassB")); in test()
91 private static native String getCompilerFilter(Class cls); in getCompilerFilter() method in Main
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/
H A DAppLaunch.java153 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()).add(result); in addLaunchResult()
158 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()); in hasFailureOnFirstLaunch()
247 if (SPEED_PROFILE_FILTER.equals(launch.getCompilerFilter())) { in testMeasureStartUpTime()
250 } else if (launch.getCompilerFilter() != null) { in testMeasureStartUpTime()
252 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime()
271 if (SPEED_PROFILE_FILTER.equals(launch.getCompilerFilter())) { in testMeasureStartUpTime()
278 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime()
674 public String getCompilerFilter() { in getCompilerFilter() method in AppLaunch.LaunchOrder
/aosp12/art/test/692-vdex-inmem-loader/src/
H A DMain.java62 String filter = getCompilerFilter(loader.loadClass("art.ClassB")); in test()
130 private static native String getCompilerFilter(Class cls); in getCompilerFilter() method in Main
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java205 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()).add(result); in addLaunchResult()
210 mNameToLaunchTime.get(launch.getApp()).get(launch.getCompilerFilter()); in hasFailureOnFirstLaunch()
306 if (SPEED_PROFILE_FILTER.equals(launch.getCompilerFilter())) { in testMeasureStartUpTime()
309 } else if (launch.getCompilerFilter() != null) { in testMeasureStartUpTime()
311 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime()
324 if (SPEED_PROFILE_FILTER.equals(launch.getCompilerFilter())) { in testMeasureStartUpTime()
333 compileApp(launch.getCompilerFilter(), appPkgName)); in testMeasureStartUpTime()
396 launch.getCompilerFilter(), launch.getLaunchReason())); in testMeasureStartUpTime()
431 launch.getCompilerFilter(), launch.getLaunchReason())); in testMeasureStartUpTime()
1212 public String getCompilerFilter() { in getCompilerFilter() method in AppLaunch.LaunchOrder
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/
H A DDexoptOptions.java133 public String getCompilerFilter() { in getCompilerFilter() method in DexoptOptions
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageDexOptimizer.java289 options.getCompilerFilter(), isUsedByOtherApps); in performDexOptLI()
408 options.getCompilerFilter(), in dexoptSystemServerPath()
425 options.getCompilerFilter(), in dexoptSystemServerPath()
520 String compilerFilter = getRealCompilerFilter(info, options.getCompilerFilter(), in dexOptSecondaryDexPathLI()
H A DPackageManagerService.java13029 options.getCompilationReason(), options.getCompilerFilter(), in performDexOptInternalWithDependenciesLI()
/aosp12/frameworks/base/services/
H A Dart-profile33722 HPLcom/android/server/pm/dex/DexoptOptions;->getCompilerFilter()Ljava/lang/String;