Searched refs:AllocIdLow (Results 1 - 9 of 9) sorted by relevance

/art/compiler/utils/arm/
H A Dmanaged_register_arm.cc51 int ArmManagedRegister::AllocIdLow() const { function in class:art::arm::ArmManagedRegister
71 return AllocIdLow() + 1;
H A Dmanaged_register_arm.h127 // Appropriate mapping of register ids allows to use AllocIdLow().
128 return FromRegId(AllocIdLow()).AsCoreRegister();
249 int AllocIdLow() const;
/art/compiler/utils/mips/
H A Dmanaged_register_mips.cc52 int MipsManagedRegister::AllocIdLow() const { function in class:art::mips::MipsManagedRegister
72 return AllocIdLow() + 1;
H A Dmanaged_register_mips.h119 // Appropriate mapping of register ids allows to use AllocIdLow().
120 return FromRegId(AllocIdLow()).AsCoreRegister();
203 int AllocIdLow() const;
/art/compiler/utils/x86/
H A Dmanaged_register_x86.h116 // Appropriate mapping of register ids allows to use AllocIdLow().
117 return FromRegId(AllocIdLow()).AsCpuRegister();
200 int AllocIdLow() const;
H A Dmanaged_register_x86.cc80 int X86ManagedRegister::AllocIdLow() const { function in class:art::x86::X86ManagedRegister
/art/compiler/utils/x86_64/
H A Dmanaged_register_x86_64.h109 // Appropriate mapping of register ids allows to use AllocIdLow().
110 return FromRegId(AllocIdLow()).AsCpuRegister();
186 int AllocIdLow() const;
H A Dmanaged_register_x86_64.cc75 int X86_64ManagedRegister::AllocIdLow() const { function in class:art::x86_64::X86_64ManagedRegister
/art/compiler/utils/mips64/
H A Dmanaged_register_mips64.h96 int AllocIdLow() const;

Completed in 8 milliseconds