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

  /art/compiler/dex/
mir_field_info.h 116 return (flags_ & kFlagFastGet) != 0u;
134 static constexpr uint16_t kFlagFastGet = 1u << kBitFastGet;
164 return (flags_ & kFlagFastGet) != 0u;
196 static constexpr uint16_t kFlagFastGet = 1u << kBitFastGet;
mir_field_info.cc 70 (fast_path.first ? kFlagFastGet : 0u) |
119 (fast_path.first ? kFlagFastGet : 0u) |

Completed in 68 milliseconds