Searched refs:IsAnnotation (Results 1 – 3 of 3) sorted by relevance
40 if (!method->GetDeclaringClass()->IsAnnotation()) { in Method_getDefaultValue()
311 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()315 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()317 if (klass->IsAnnotation()) { in AssertClass()
336 ALWAYS_INLINE bool IsAnnotation() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAnnotation() function