Searched refs:kAccCompileDontBother (Results 1 – 2 of 2) sorted by relevance
84 static constexpr uint32_t kAccCompileDontBother = 0x02000000; // method (runtime) variable113 kAccSingleImplementation | kAccMustCountLocks | kAccCompileDontBother | kAccDefaultConflict |
226 return (GetAccessFlags() & kAccCompileDontBother) == 0; in IsCompilable()230 AddAccessFlags(kAccCompileDontBother); in SetDontCompile()