HomeSort by relevance Sort by last modified time
    Searched refs:kAccAnnotation (Results 1 - 3 of 3) sorted by null

  /art/libdexfile/dex/
modifiers.h 40 static constexpr uint32_t kAccAnnotation = 0x2000; // class, ic (1.5)
138 kAccAbstract | kAccSynthetic | kAccAnnotation;
  /tools/dexter/slicer/export/slicer/
dex_format.h 91 constexpr u4 kAccAnnotation = 0x2000; // class, ic
  /art/runtime/mirror/
class.h 270 return (GetAccessFlags() & kAccAnnotation) != 0;
    [all...]

Completed in 53 milliseconds