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

/art/compiler/dex/
H A Dreg_storage.h146 constexpr bool Is32Bit() const { function in class:art::RegStorage
196 static constexpr bool Is32Bit(uint16_t reg) { function in class:art::RegStorage
274 DCHECK(low.Is32Bit());
276 DCHECK(high.Is32Bit());

Completed in 1029 milliseconds