Searched refs:vmInstructionSet (Results 1 – 6 of 6) sorted by relevance
133 String vmInstructionSet = vmRuntime.vmInstructionSet(); in handleHELO() local134 if (vmInstructionSet != null && vmInstructionSet.length() > 0) { in handleHELO()135 instructionSetDescription += " (" + vmInstructionSet + ")"; in handleHELO()
127 VMRuntime.getRuntime().vmInstructionSet()); in notifyPackageManager()
162 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet(); in adjustNativeLibraryPaths()
403 final String runtimeIsa = VMRuntime.getRuntime().vmInstructionSet(); in maybeAdjustApplicationInfo()
572 final String instructionSet = VMRuntime.getRuntime().vmInstructionSet(); in performSystemServerDexOpt()
8734 Ldalvik/system/VMRuntime;->vmInstructionSet()Ljava/lang/String;