Searched refs:IsAnnotation (Results 1 – 3 of 3) sorted by relevance
41 if (!method->GetDeclaringClass()->IsAnnotation()) { in Method_getDefaultValue()
314 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()318 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()320 if (klass->IsAnnotation()) { in AssertClass()
274 ALWAYS_INLINE bool IsAnnotation() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAnnotation() function