Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_method_info.cc82 ~(kFlagFastPath | kFlagNeedsClassInitialization | (kInvokeTypeMask << kBitSharpTypeBegin)); in Resolve()
84 (fast_path_flags != 0 ? kFlagFastPath : 0u) | in Resolve()
Dmir_method_info.h123 return (flags_ & kFlagFastPath) != 0u; in FastPath()
169 static constexpr uint16_t kFlagFastPath = 1u << kBitFastPath; variable