Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstructionSets.java76 public static String getDexCodeInstructionSet(String sharedLibraryIsa) { in getDexCodeInstructionSet() method in InstructionSets
85 dexCodeInstructionSets.add(getDexCodeInstructionSet(instructionSet)); in getDexCodeInstructionSets()
DPackageManagerService.java100 import static com.android.server.pm.InstructionSets.getDexCodeInstructionSet;
3126 getDexCodeInstructionSet(getPreferredInstructionSet())); in PackageManagerService()
11097 getDexCodeInstructionSet(getPreferredInstructionSet()));
/frameworks/base/services/
Dart-profile10400 HSPLcom/android/server/pm/InstructionSets;->getDexCodeInstructionSet(Ljava/lang/String;)Ljava/lang/…