HomeSort by relevance Sort by last modified time
    Searched defs:IsRegisterPair (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
locations.h 153 bool IsRegisterPair() const {
162 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
194 DCHECK(IsRegisterPair());
200 DCHECK(IsRegisterPair());
217 return IsRegisterPair() || IsFpuRegisterPair();
221 if (IsRegisterPair()) {
232 if (IsRegisterPair()) {
  /art/compiler/utils/arm/
managed_register_arm.h 138 CHECK(IsRegisterPair());
148 CHECK(IsRegisterPair());
158 CHECK(IsRegisterPair());
191 constexpr bool IsRegisterPair() const {
204 (IsRegisterPair() && test.IsRegisterPair());
270 !IsOverlappingDRegister() && !IsRegisterPair());
  /art/compiler/utils/mips/
managed_register_mips.h 118 CHECK(IsRegisterPair());
124 CHECK(IsRegisterPair());
153 constexpr bool IsRegisterPair() const {
198 CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !IsRegisterPair());
  /art/compiler/utils/x86/
managed_register_x86.h 115 CHECK(IsRegisterPair());
121 CHECK(IsRegisterPair());
127 CHECK(IsRegisterPair());
149 constexpr bool IsRegisterPair() const {
195 CHECK(IsValidManagedRegister() && !IsRegisterPair());
  /art/compiler/utils/x86_64/
managed_register_x86_64.h 108 CHECK(IsRegisterPair());
114 CHECK(IsRegisterPair());
136 constexpr bool IsRegisterPair() const {
181 CHECK(IsValidManagedRegister() && !IsRegisterPair());

Completed in 97 milliseconds