Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_field_info.h149 return (flags_ & kFlagFastGet) != 0u; in FastGet()
172 static constexpr uint16_t kFlagFastGet = 1u << kBitFastGet; variable
205 return (flags_ & kFlagFastGet) != 0u; in FastGet()
242 static constexpr uint16_t kFlagFastGet = 1u << kBitFastGet; variable
Dmir_field_info.cc90 (fast_path.first ? kFlagFastGet : 0u) | in Resolve()
139 (fast_path.first ? kFlagFastGet : 0u) | in Resolve()
Dgvn_dead_code_elimination_test.cc153 MirIFieldLoweringInfo::kFlagFastGet | MirIFieldLoweringInfo::kFlagFastPut | in DoPrepareIFields()
178 MirSFieldLoweringInfo::kFlagFastGet | MirSFieldLoweringInfo::kFlagFastPut | in DoPrepareSFields()