Searched refs:IsAnnotation (Results 1 – 3 of 3) sorted by relevance
47 if (!method->GetDeclaringClass()->IsAnnotation()) { in Method_getDefaultValue()
237 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()241 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()243 if (klass->IsAnnotation()) { in AssertClass()
282 ALWAYS_INLINE bool IsAnnotation() SHARED_REQUIRES(Locks::mutator_lock_) { in IsAnnotation() function