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.cc314 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
318 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
320 if (klass->IsAnnotation()) { in AssertClass()
/art/runtime/mirror/
Dclass.h274 ALWAYS_INLINE bool IsAnnotation() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAnnotation() function