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

/art/compiler/dex/
H A Dreg_storage.h69 * one view will affect the other views. The RegStorage class does not concern itself
71 * Distinct RegStorage elements should be created for each view of a physical register
76 class RegStorage : public ValueObject { class in namespace:art
108 constexpr RegStorage(RegStorageKind rs_kind, int reg) function in class:art::RegStorage
114 constexpr RegStorage(RegStorageKind rs_kind, int low_reg, int high_reg) function in class:art::RegStorage
124 constexpr explicit RegStorage(uint16_t val) : reg_(val) {} function in class:art::RegStorage
125 RegStorage() : reg_(kInvalid) {} function in class:art::RegStorage
134 bool ExactlyEquals(const RegStorage& rhs) const {
138 bool NotExactlyEquals(const RegStorage& rhs) const {
233 // Create a stand-alone RegStorage fro
[all...]

Completed in 618 milliseconds