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

/art/compiler/dex/
H A Dreg_storage.h145 constexpr bool Is32Bit() const { function in class:art::RegStorage
195 static constexpr bool Is32Bit(uint16_t reg) { function in class:art::RegStorage
273 DCHECK(low.Is32Bit());
275 DCHECK(high.Is32Bit());

Completed in 36 milliseconds