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

  /art/compiler/optimizing/
locations.h 146 bool IsRegisterPair() const {
155 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
187 DCHECK(IsRegisterPair());
193 DCHECK(IsRegisterPair());
210 return IsRegisterPair() || IsFpuRegisterPair();
214 if (IsRegisterPair()) {
225 if (IsRegisterPair()) {
  /art/compiler/utils/arm/
managed_register_arm.h 116 CHECK(IsRegisterPair());
126 CHECK(IsRegisterPair());
132 CHECK(IsRegisterPair());
161 bool IsRegisterPair() const {
174 (IsRegisterPair() && test.IsRegisterPair());
240 !IsOverlappingDRegister() && !IsRegisterPair());
  /art/compiler/utils/mips/
managed_register_mips.h 118 CHECK(IsRegisterPair());
124 CHECK(IsRegisterPair());
153 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 bool IsRegisterPair() const {
195 CHECK(IsValidManagedRegister() && !IsRegisterPair());
  /art/compiler/utils/x86_64/
managed_register_x86_64.h 108 CHECK(IsRegisterPair());
114 CHECK(IsRegisterPair());
136 bool IsRegisterPair() const {
181 CHECK(IsValidManagedRegister() && !IsRegisterPair());

Completed in 219 milliseconds