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

  /art/compiler/utils/mips/
managed_register_mips.h 124 // Appropriate mapping of register ids allows to use AllocIdHigh().
125 return FromRegId(AllocIdHigh()).AsCoreRegister();
203 int AllocIdHigh() const;
managed_register_mips.cc 82 int MipsManagedRegister::AllocIdHigh() const {
  /art/compiler/utils/x86/
managed_register_x86.h 120 // Appropriate mapping of register ids allows to use AllocIdHigh().
121 return FromRegId(AllocIdHigh()).AsCpuRegister();
193 int AllocIdHigh() const;
managed_register_x86.cc 97 int X86ManagedRegister::AllocIdHigh() const {
  /art/compiler/utils/arm/
managed_register_arm.cc 80 int ArmManagedRegister::AllocIdHigh() const {
managed_register_arm.h 132 // Appropriate mapping of register ids allows to use AllocIdHigh().
133 return FromRegId(AllocIdHigh()).AsCoreRegister();
249 int AllocIdHigh() const;

Completed in 359 milliseconds