HomeSort by relevance Sort by last modified time
    Searched refs:AllocIdHigh (Results 1 - 9 of 9) sorted by null

  /art/compiler/utils/x86_64/
managed_register_x86_64.h 115 // Appropriate mapping of register ids allows to use AllocIdHigh().
116 return FromRegId(AllocIdHigh()).AsCpuRegister();
187 int AllocIdHigh() const;
managed_register_x86_64.cc 84 int X86_64ManagedRegister::AllocIdHigh() const {
  /art/compiler/utils/mips/
managed_register_mips.h 125 // Appropriate mapping of register ids allows to use AllocIdHigh().
126 return FromRegId(AllocIdHigh()).AsCoreRegister();
204 int AllocIdHigh() const;
managed_register_mips.cc 71 int MipsManagedRegister::AllocIdHigh() const {
  /art/compiler/utils/x86/
managed_register_x86.h 122 // Appropriate mapping of register ids allows to use AllocIdHigh().
123 return FromRegId(AllocIdHigh()).AsCpuRegister();
201 int AllocIdHigh() const;
managed_register_x86.cc 89 int X86ManagedRegister::AllocIdHigh() const {
  /art/compiler/utils/arm/
managed_register_arm.cc 70 int ArmManagedRegister::AllocIdHigh() const {
managed_register_arm.h 133 // Appropriate mapping of register ids allows to use AllocIdHigh().
134 return FromRegId(AllocIdHigh()).AsCoreRegister();
250 int AllocIdHigh() const;
  /art/compiler/utils/mips64/
managed_register_mips64.h 97 int AllocIdHigh() const;

Completed in 245 milliseconds