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

  /art/compiler/utils/arm/
managed_register_arm.h 115 CHECK(IsRegisterPair());
125 CHECK(IsRegisterPair());
131 CHECK(IsRegisterPair());
160 bool IsRegisterPair() const {
173 (IsRegisterPair() && test.IsRegisterPair());
239 !IsOverlappingDRegister() && !IsRegisterPair());
  /art/compiler/utils/mips/
managed_register_mips.h 117 CHECK(IsRegisterPair());
123 CHECK(IsRegisterPair());
152 bool IsRegisterPair() const {
197 CHECK(IsValidManagedRegister() && !IsOverlappingDRegister() && !IsRegisterPair());
  /art/compiler/utils/x86/
managed_register_x86.h 114 CHECK(IsRegisterPair());
120 CHECK(IsRegisterPair());
126 CHECK(IsRegisterPair());
148 bool IsRegisterPair() const {
194 CHECK(IsValidManagedRegister() && !IsRegisterPair());
  /art/compiler/utils/x86_64/
managed_register_x86_64.h 107 CHECK(IsRegisterPair());
113 CHECK(IsRegisterPair());
135 bool IsRegisterPair() const {
180 CHECK(IsValidManagedRegister() && !IsRegisterPair());

Completed in 757 milliseconds