Searched refs:kAccCopied (Results 1 – 3 of 3) sorted by relevance
72 static constexpr uint32_t kAccCopied = 0x01000000; // method (runtime) variable129 kAccSingleImplementation | kAccMustCountLocks | kAccCompileDontBother | kAccCopied |
197 static_assert((kAccCopied & kAccIntrinsicBits) != 0, in IsCopied()199 const bool copied = (GetAccessFlags() & (kAccIntrinsic | kAccCopied)) == kAccCopied; in IsCopied()209 static constexpr uint32_t kMask = kAccIntrinsic | kAccCopied | kAccAbstract | kAccDefault; in IsMiranda()210 static constexpr uint32_t kValue = kAccCopied | kAccAbstract; in IsMiranda()220 static constexpr uint32_t kMask = kAccIntrinsic | kAccCopied | kAccAbstract | kAccDefault; in IsDefaultConflicting()221 static constexpr uint32_t kValue = kAccCopied | kAccAbstract | kAccDefault; in IsDefaultConflicting()
7933 new_method.SetAccessFlags(access_flags | kAccCopied); in ReallocMethods()7959 constexpr uint32_t kSetFlags = kAccDefault | kAccCopied; in ReallocMethods()7987 constexpr uint32_t kSetFlags = kAccDefault | kAccAbstract | kAccCopied; in ReallocMethods()