Home
last modified time | relevance | path

Searched refs:getDexCodeInstructionSet (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java61 public static String getDexCodeInstructionSet(String sharedLibraryIsa) { in getDexCodeInstructionSet() method in InstructionSets
70 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()
H A DInstallPackageHelper.java50 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
467 getDexCodeInstructionSet(getPreferredInstructionSet())); in commitReconciledScanResultLocked()
H A DPackageManagerService.java44 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
2194 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()
5544 String loadingPkgDexCodeIsa = InstructionSets.getDexCodeInstructionSet(
/aosp14/frameworks/base/services/
H A Dart-profile6039 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSet(Ljava/lang/String;)Ljava/lang/…