Searched refs:IsAnnotation (Results 1 – 4 of 4) sorted by relevance
40 if (!method->GetDeclaringClass()->IsAnnotation()) { in Method_getDefaultValue()
312 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()316 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()318 if (klass->IsAnnotation()) { in AssertClass()
438 DCHECK(annotation->IsAnnotation()); in IsAnnotatedWith()
320 ALWAYS_INLINE bool IsAnnotation() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAnnotation() function