Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc40 if (!method->GetDeclaringClass()->IsAnnotation()) { in Method_getDefaultValue()
/art/runtime/
Dclass_linker_test.cc308 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
312 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
314 if (klass->IsAnnotation()) { in AssertClass()
/art/runtime/mirror/
Dclass.h269 ALWAYS_INLINE bool IsAnnotation() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAnnotation() function