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

  /art/compiler/dex/
mir_method_info.h 131 return static_cast<InvokeType>((flags_ >> kBitInvokeTypeBegin) & kInvokeTypeMask);
135 return static_cast<InvokeType>((flags_ >> kBitSharpTypeBegin) & kInvokeTypeMask);
171 static constexpr uint16_t kInvokeTypeMask = 7u;
172 COMPILE_ASSERT((1u << (kBitInvokeTypeEnd - kBitInvokeTypeBegin)) - 1u == kInvokeTypeMask,
174 COMPILE_ASSERT((1u << (kBitSharpTypeEnd - kBitSharpTypeBegin)) - 1u == kInvokeTypeMask,
mir_method_info.cc 82 ~(kFlagFastPath | kFlagNeedsClassInitialization | (kInvokeTypeMask << kBitSharpTypeBegin));

Completed in 301 milliseconds