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

/art/compiler/utils/
H A Dmanaged_register.h48 class ManagedRegister : public ValueObject { class in namespace:art
50 // ManagedRegister is a value class. There exists no method to change the
53 constexpr ManagedRegister(const ManagedRegister& other) = default;
55 ManagedRegister& operator=(const ManagedRegister& other) = default;
65 constexpr bool Equals(const ManagedRegister& other) const {
73 static constexpr ManagedRegister NoRegister() {
74 return ManagedRegister();
78 explicit constexpr ManagedRegister(in function in class:art::ManagedRegister
83 constexpr ManagedRegister() : id_(kNoRegister) { } function in class:art::ManagedRegister
[all...]

Completed in 190 milliseconds