Home
last modified time | relevance | path

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

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