Home
last modified time | relevance | path

Searched refs:InstructionSets (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java35 public class InstructionSets { class
DOtaDexoptService.java19 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
20 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
DOWNERS21 per-file InstructionSets.java = agampe@google.com, calin@google.com, ngeoffray@google.com
DPackageDexOptimizer.java33 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
34 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
DPackageInstallerSession.java1702 final String[] instructionSets = InstructionSets.getAllDexCodeInstructionSets(); in validateApkInstallLocked()
DPackageManagerService.java99 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
100 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
101 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSets;
102 import static com.android.server.pm.InstructionSets.getPreferredInstructionSet;
103 import static com.android.server.pm.InstructionSets.getPrimaryInstructionSet;
/frameworks/base/services/core/java/com/android/server/storage/
DDeviceStorageMonitorService.java52 import com.android.server.pm.InstructionSets;
265 for (String instructionSet : InstructionSets.getAllDexCodeInstructionSets()) { in isBootImageOnDisk()
/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexManager.java21 import static com.android.server.pm.InstructionSets.getAppDexInstructionSets;
/frameworks/base/services/
Dart-profile10397 HSPLcom/android/server/pm/InstructionSets;->getAllDexCodeInstructionSets()[Ljava/lang/String;
10398 PLcom/android/server/pm/InstructionSets;->getAppDexInstructionSets(Landroid/content/pm/ApplicationI…
10399 HSPLcom/android/server/pm/InstructionSets;->getAppDexInstructionSets(Lcom/android/server/pm/Package…
10400 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSet(Ljava/lang/String;)Ljava/lang/…
10401 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSets([Ljava/lang/String;)[Ljava/la…
10402 HSPLcom/android/server/pm/InstructionSets;->getPreferredInstructionSet()Ljava/lang/String;
19884 Lcom/android/server/pm/InstructionSets;