Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/ddm/
DDdmHandleHello.java134 VMRuntime vmRuntime = VMRuntime.getRuntime(); in handleHELO() local
136 vmRuntime.is64Bit() ? "64-bit" : "32-bit"; in handleHELO()
137 String vmInstructionSet = vmRuntime.vmInstructionSet(); in handleHELO()
142 + (vmRuntime.isCheckJniEnabled() ? "true" : "false"); in handleHELO()
143 boolean isNativeDebuggable = vmRuntime.isNativeDebuggable(); in handleHELO()