Searched refs:vmInstructionSet (Results 1 – 6 of 6) sorted by relevance
134 String vmInstructionSet = vmRuntime.vmInstructionSet(); in handleHELO() local135 if (vmInstructionSet != null && vmInstructionSet.length() > 0) { in handleHELO()136 instructionSetDescription += " (" + vmInstructionSet + ")"; in handleHELO()
108 classLoaderContextMap, VMRuntime.getRuntime().vmInstructionSet()); in notifyPackageManager()
203 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet(); in adjustNativeLibraryPaths()
517 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet(); in maybeAdjustApplicationInfo()
6744 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet(); in getInstrumentationLibrary()
185 } else if (VMRuntime.getRuntime().vmInstructionSet().equals("arm")) { in reserveAddressSpaceInZygote()