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

/art/runtime/
H A Delf_file.h81 bool Is64Bit() const { function in class:art::ElfFile
/art/compiler/dex/
H A Dreg_storage.h150 constexpr bool Is64Bit() const { function in class:art::RegStorage
155 return Is64Bit() ? kWide : kNotWide;
200 static constexpr bool Is64Bit(uint16_t reg) { function in class:art::RegStorage

Completed in 55 milliseconds