Searched refs:ACC_BRIDGE (Results 1 – 2 of 2) sorted by relevance
28 static final int ACC_BRIDGE = 0x0040; // same bit value as ACC_VOLATILE field
137 return ((m_access_flags & ACC_BRIDGE) != 0) || m_attributes.hasBridge (); in isBridge()