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