Home
last modified time | relevance | path

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

/aosp12/art/libdexfile/dex/
H A Dmodifiers.h42 static constexpr uint32_t kAccAnnotation = 0x2000; // class, ic (1.5) variable
154 kAccAbstract | kAccSynthetic | kAccAnnotation;
/aosp12/art/runtime/mirror/
H A Dclass.h316 return (GetAccessFlags() & kAccAnnotation) != 0; in IsAnnotation()