Searched refs:SYNCHRONIZED (Results 1 – 2 of 2) sorted by relevance
82 return isSet(SYNCHRONIZED) in isSynchronized()162 set(SYNCHRONIZED, synchronized) in setSynchronized()279 const val SYNCHRONIZED = 1 shl 7 constant302 "synchronized" -> SYNCHRONIZED in bit()327 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()