Searched refs:sysPropValue (Results 1 – 1 of 1) sorted by relevance
51 String sysPropValue = SystemProperties.get(getSystemPropertyName(reason)); in getAndCheckValidity() local52 if (sysPropValue == null || sysPropValue.isEmpty() || in getAndCheckValidity()53 !DexFile.isValidCompilerFilter(sysPropValue)) { in getAndCheckValidity()54 throw new IllegalStateException("Value \"" + sysPropValue +"\" not valid " in getAndCheckValidity()62 if (DexFile.isProfileGuidedCompilerFilter(sysPropValue)) { in getAndCheckValidity()63 throw new IllegalStateException("\"" + sysPropValue + "\" is profile-guided, " in getAndCheckValidity()69 return sysPropValue; in getAndCheckValidity()