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

  /art/compiler/dex/
mir_field_info.h 120 return (flags_ & kFlagFastPut) != 0u;
135 static constexpr uint16_t kFlagFastPut = 1u << kBitFastPut;
168 return (flags_ & kFlagFastPut) != 0u;
197 static constexpr uint16_t kFlagFastPut = 1u << kBitFastPut;
mir_field_info.cc 71 (fast_path.second ? kFlagFastPut : 0u);
120 (fast_path.second ? kFlagFastPut : 0u) |

Completed in 30 milliseconds