Home
last modified time | relevance | path

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

/art/runtime/
Dclass_linker_test.cc235 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
239 EXPECT_FALSE(klass->IsAnnotation()); in AssertClass()
241 if (klass->IsAnnotation()) { in AssertClass()
/art/runtime/mirror/
Dclass.h245 ALWAYS_INLINE bool IsAnnotation() SHARED_LOCKS_REQUIRED(Locks::mutator_lock_) { in IsAnnotation() function