Home
last modified time | relevance | path

Searched refs:kAccCopied (Results 1 – 3 of 3) sorted by relevance

/art/libdexfile/dex/
Dmodifiers.h72 static constexpr uint32_t kAccCopied = 0x01000000; // method (runtime) variable
129 kAccSingleImplementation | kAccMustCountLocks | kAccCompileDontBother | kAccCopied |
/art/runtime/
Dart_method.h197 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()
Dclass_linker.cc7944 new_method.SetAccessFlags(access_flags | kAccCopied); in ReallocMethods()
7970 constexpr uint32_t kSetFlags = kAccDefault | kAccCopied; in ReallocMethods()
7998 constexpr uint32_t kSetFlags = kAccDefault | kAccAbstract | kAccCopied; in ReallocMethods()