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

  /art/compiler/utils/arm/
managed_register_arm.cc 51 int ArmManagedRegister::AllocIdLow() const {
71 return AllocIdLow() + 1;
managed_register_arm.h 149 // Appropriate mapping of register ids allows to use AllocIdLow().
150 return FromRegId(AllocIdLow()).AsCoreRegister();
279 int AllocIdLow() const;
  /art/compiler/utils/mips/
managed_register_mips.cc 52 int MipsManagedRegister::AllocIdLow() const {
72 return AllocIdLow() + 1;
managed_register_mips.h 119 // Appropriate mapping of register ids allows to use AllocIdLow().
120 return FromRegId(AllocIdLow()).AsCoreRegister();
203 int AllocIdLow() const;
  /art/compiler/utils/x86/
managed_register_x86.h 116 // Appropriate mapping of register ids allows to use AllocIdLow().
117 return FromRegId(AllocIdLow()).AsCpuRegister();
200 int AllocIdLow() const;
managed_register_x86.cc 80 int X86ManagedRegister::AllocIdLow() const {
  /art/compiler/utils/x86_64/
managed_register_x86_64.h 109 // Appropriate mapping of register ids allows to use AllocIdLow().
110 return FromRegId(AllocIdLow()).AsCpuRegister();
186 int AllocIdLow() const;
managed_register_x86_64.cc 75 int X86_64ManagedRegister::AllocIdLow() const {
  /art/compiler/utils/mips64/
managed_register_mips64.h 138 int AllocIdLow() const;

Completed in 233 milliseconds