Searched defs:Is64Bit (Results 1 - 1 of 1) sorted by relevance

/art/compiler/dex/
H A Dreg_storage.h149 constexpr bool Is64Bit() const { function in class:art::RegStorage
154 return Is64Bit() ? kWide : kNotWide;
199 static constexpr bool Is64Bit(uint16_t reg) { function in class:art::RegStorage

Completed in 38 milliseconds