Searched refs:jitDebugProperty (Results 1 – 1 of 1) sorted by relevance
3286 String jitDebugProperty = SystemProperties.get("debug.usejit"); in startProcessLocked() local3287 if ("true".equals(jitDebugProperty)) { in startProcessLocked()3289 } else if (!"false".equals(jitDebugProperty)) { in startProcessLocked()