Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_field_info.h116 return (flags_ & kFlagFastGet) != 0u; in FastGet()
134 static constexpr uint16_t kFlagFastGet = 1u << kBitFastGet; variable
164 return (flags_ & kFlagFastGet) != 0u; in FastGet()
196 static constexpr uint16_t kFlagFastGet = 1u << kBitFastGet; variable
Dmir_field_info.cc70 (fast_path.first ? kFlagFastGet : 0u) | in Resolve()
119 (fast_path.first ? kFlagFastGet : 0u) | in Resolve()