Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstructionSets.java64 public static String getDexCodeInstructionSet(String sharedLibraryIsa) { in getDexCodeInstructionSet() method in InstructionSets
73 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()
H A DPackageManagerService.java120 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
7950 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()
14173 getDexCodeInstructionSet(getPreferredInstructionSet()));
/aosp12/frameworks/base/services/
H A Dart-profile29756 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSet(Ljava/lang/String;)Ljava/lang/…