Searched refs:kAccCopied (Results 1 – 2 of 2) sorted by relevance
60 static constexpr uint32_t kAccCopied = 0x00100000; // method (runtime) variable
193 static_assert((kAccCopied & (kAccIntrinsic | kAccIntrinsicBits)) == 0, in IsCopied()195 const bool copied = (GetAccessFlags() & kAccCopied) != 0; in IsCopied()