Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_method_info.h204 kBitSharpTypeEnd = kBitSharpTypeBegin + 3, // 3 bits for sharp type. enumerator
205 kBitIsReferrersClass = kBitSharpTypeEnd,
220 static_assert((1u << (kBitSharpTypeEnd - kBitSharpTypeBegin)) - 1u == kInvokeTypeMask,