Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/ddm/
H A DDdmHandleHello.java131 VMRuntime vmRuntime = VMRuntime.getRuntime(); in handleHELO() local
133 vmRuntime.is64Bit() ? "64-bit" : "32-bit"; in handleHELO()
134 String vmInstructionSet = vmRuntime.vmInstructionSet(); in handleHELO()
139 + (vmRuntime.isCheckJniEnabled() ? "true" : "false"); in handleHELO()
140 boolean isNativeDebuggable = vmRuntime.isNativeDebuggable(); in handleHELO()