Home
last modified time | relevance | path

Searched refs:IsAnnotation (Results 1 – 3 of 3) sorted by relevance

/art/runtime/native/
Djava_lang_reflect_Method.cc41 if (!method->GetDeclaringClass()->IsAnnotation()) { in Method_getDefaultValue()
/art/runtime/
Dclass_linker_test.cc315 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
319 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
321 if (klass->IsAnnotation()) { in AssertClass()
/art/runtime/mirror/
Dclass.h313 ALWAYS_INLINE bool IsAnnotation() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAnnotation() function