Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_field_info.h153 return (flags_ & kFlagFastPut) != 0u; in FastPut()
173 static constexpr uint16_t kFlagFastPut = 1u << kBitFastPut; variable
209 return (flags_ & kFlagFastPut) != 0u; in FastPut()
243 static constexpr uint16_t kFlagFastPut = 1u << kBitFastPut; variable
Dmir_field_info.cc91 (fast_path.second ? kFlagFastPut : 0u); in Resolve()
140 (fast_path.second ? kFlagFastPut : 0u); in Resolve()
Dgvn_dead_code_elimination_test.cc153 MirIFieldLoweringInfo::kFlagFastGet | MirIFieldLoweringInfo::kFlagFastPut | in DoPrepareIFields()
178 MirSFieldLoweringInfo::kFlagFastGet | MirSFieldLoweringInfo::kFlagFastPut | in DoPrepareSFields()