Searched refs:AllocIdLow (Results 1 - 8 of 8) 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.h126 // Appropriate mapping of register ids allows to use AllocIdLow().
127 return FromRegId(AllocIdLow()).AsCoreRegister();
248 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.h118 // Appropriate mapping of register ids allows to use AllocIdLow().
119 return FromRegId(AllocIdLow()).AsCoreRegister();
202 int AllocIdLow() const;
/art/compiler/utils/x86/
H A Dmanaged_register_x86.h115 // Appropriate mapping of register ids allows to use AllocIdLow().
116 return FromRegId(AllocIdLow()).AsCpuRegister();
199 int AllocIdLow() const;
H A Dmanaged_register_x86.cc76 int X86ManagedRegister::AllocIdLow() const { function in class:art::x86::X86ManagedRegister
/art/compiler/utils/x86_64/
H A Dmanaged_register_x86_64.h108 // Appropriate mapping of register ids allows to use AllocIdLow().
109 return FromRegId(AllocIdLow()).AsCpuRegister();
185 int AllocIdLow() const;
H A Dmanaged_register_x86_64.cc75 int X86_64ManagedRegister::AllocIdLow() const { function in class:art::x86_64::X86_64ManagedRegister

Completed in 170 milliseconds