Searched refs:SYNCHRONIZED (Results 1 – 2 of 2) sorted by relevance
91 return isSet(SYNCHRONIZED) in isSynchronized()167 set(SYNCHRONIZED, synchronized) in setSynchronized()303 const val SYNCHRONIZED = 1 shl 7 constant327 private const val COMPAT_EQUIVALENCE_MASK = EQUIVALENCE_MASK or SYNCHRONIZED
89 if (modifierList.hasModifierProperty(PsiModifier.SYNCHRONIZED)) { in computeFlag()90 flags = flags or SYNCHRONIZED in computeFlag()