Home
last modified time | relevance | path

Searched defs:compilerFilter (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DPackageDexOptimizer.java146 final String compilerFilter = getRealCompilerFilter(pkg.applicationInfo, in performDexOptLI() local
199 String compilerFilter, boolean profileUpdated, String sharedLibrariesPath, in dexOptPath()
249 String compilerFilter, boolean isUsedByOtherApps) { in dexOptSecondaryDexPath()
296 String compilerFilter, boolean isUsedByOtherApps) { in dexOptSecondaryDexPathLI()
400 private int getDexFlags(PackageParser.Package pkg, String compilerFilter) { in getDexFlags()
404 private int getDexFlags(ApplicationInfo info, String compilerFilter) { in getDexFlags()
423 private int getDexoptNeeded(String path, String isa, String compilerFilter, in getDexoptNeeded()
523 private boolean isProfileUpdated(PackageParser.Package pkg, int uid, String compilerFilter) { in isProfileUpdated()
DInstaller.java281 String compilerFilter, @Nullable String volumeUuid, @Nullable String sharedLibraries, in dexopt()
DPackageManagerShellCommand.java364 String compilerFilter = null; in runCompile() local
DPackageManagerService.java9307 String compilerFilter) { in performDexOptUpgrade()
9542 public boolean performDexOptSecondary(String packageName, String compilerFilter, in performDexOptSecondary()
/frameworks/base/core/java/com/android/internal/os/
DZygoteInit.java569 final String compilerFilter = "speed"; in performSystemServerDexOpt() local
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java316 public boolean dexoptSecondaryDex(String packageName, String compilerFilter, boolean force) { in dexoptSecondaryDex()
/frameworks/native/cmds/installd/binder/android/os/
DIInstalld.aidl52 @utf8InCpp String compilerFilter, @nullable @utf8InCpp String uuid, in dexopt()
/frameworks/native/cmds/installd/
DInstalldNativeService.cpp1803 const std::string& compilerFilter, const std::unique_ptr<std::string>& uuid, in dexopt()