Home
last modified time | relevance | path

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

/art/compiler/dex/
Dmir_field_info.h120 return (flags_ & kFlagFastPut) != 0u; in FastPut()
135 static constexpr uint16_t kFlagFastPut = 1u << kBitFastPut; variable
168 return (flags_ & kFlagFastPut) != 0u; in FastPut()
197 static constexpr uint16_t kFlagFastPut = 1u << kBitFastPut; variable
Dmir_field_info.cc71 (fast_path.second ? kFlagFastPut : 0u); in Resolve()
120 (fast_path.second ? kFlagFastPut : 0u) | in Resolve()