Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_reflect_Method.cc40 if (!method->GetDeclaringClass()->IsAnnotation()) { in Method_getDefaultValue()
/art/runtime/
Dclass_linker_test.cc312 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
316 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
318 if (klass->IsAnnotation()) { in AssertClass()
Dart_method.cc438 DCHECK(annotation->IsAnnotation()); in IsAnnotatedWith()
/art/runtime/mirror/
Dclass.h320 ALWAYS_INLINE bool IsAnnotation() REQUIRES_SHARED(Locks::mutator_lock_) { in IsAnnotation() function