Searched refs:vmRunningInterpretedOnly (Results 1 – 2 of 2) sorted by relevance
39 private val vmRunningInterpretedOnly: Boolean constant in androidx.benchmark.macro.CompilationModeTest42 vmRunningInterpretedOnly = Shell.getprop("dalvik.vm.extra-opts").contains("-Xusejit:false")79 assumeFalse(vmRunningInterpretedOnly) in isSupportedWithVmSettings_jitEnabled()91 assumeTrue(vmRunningInterpretedOnly) in isSupportedWithVmSettings_jitDisabled()
493 val vmRunningInterpretedOnly = getProp.contains("-Xusejit:false") in CompilationMode() constant495 vmRunningInterpretedOnly in CompilationMode()