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

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
AnnotationItem.java 43 public static final int VISIBILITY_OFFSET = 0;
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 235 static const uint32_t VISIBILITY_OFFSET = 5;
236 static const uint32_t VISIBILITY_MASK = 0x3 << VISIBILITY_OFFSET;
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 134 m_BitField |= pVisibility << VISIBILITY_OFFSET;
242 return static_cast<ResolveInfo::Visibility>((m_BitField & VISIBILITY_MASK) >> VISIBILITY_OFFSET);

Completed in 83 milliseconds