Searched refs:kAccVerificationAttempted (Results 1 – 3 of 3) sorted by relevance
60 static constexpr uint32_t kAccVerificationAttempted = 0x00080000; // class (runtime) variable
282 return (GetAccessFlags() & kAccVerificationAttempted) != 0; in WasVerificationAttempted()289 if ((flags & kAccVerificationAttempted) == 0) { in SetVerificationAttempted()290 SetAccessFlags(flags | kAccVerificationAttempted); in SetVerificationAttempted()
1423 EXPECT_EQ((c->GetAccessFlags() & kAccVerificationAttempted) != 0U, preverified) in CheckVerificationAttempted()