Home
last modified time | relevance | path

Searched refs:vmInstructionSet (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java134 String vmInstructionSet = vmRuntime.vmInstructionSet(); in handleHELO() local
135 if (vmInstructionSet != null && vmInstructionSet.length() > 0) { in handleHELO()
136 instructionSetDescription += " (" + vmInstructionSet + ")"; in handleHELO()
/aosp14/frameworks/base/core/java/android/app/
H A DDexLoadReporter.java108 classLoaderContextMap, VMRuntime.getRuntime().vmInstructionSet()); in notifyPackageManager()
H A DLoadedApk.java203 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet(); in adjustNativeLibraryPaths()
H A DApplicationPackageManager.java517 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet(); in maybeAdjustApplicationInfo()
H A DActivityThread.java6744 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet(); in getInstrumentationLibrary()
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewLibraryLoader.java185 } else if (VMRuntime.getRuntime().vmInstructionSet().equals("arm")) { in reserveAddressSpaceInZygote()