Home
last modified time | relevance | path

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

/art/compiler/utils/mips/
Dmanaged_register_mips.cc52 int MipsManagedRegister::AllocIdLow() const { in AllocIdLow() function in art::mips::MipsManagedRegister
72 return AllocIdLow() + 1; in AllocIdHigh()
Dmanaged_register_mips.h120 return FromRegId(AllocIdLow()).AsCoreRegister(); in AsRegisterPairLow()
203 int AllocIdLow() const;
/art/compiler/utils/arm/
Dmanaged_register_arm.cc51 int ArmManagedRegister::AllocIdLow() const { in AllocIdLow() function in art::arm::ArmManagedRegister
71 return AllocIdLow() + 1; in AllocIdHigh()
Dmanaged_register_arm.h128 return FromRegId(AllocIdLow()).AsCoreRegister(); in AsRegisterPairLow()
249 int AllocIdLow() const;
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.h110 return FromRegId(AllocIdLow()).AsCpuRegister(); in AsRegisterPairLow()
186 int AllocIdLow() const;
Dmanaged_register_x86_64.cc75 int X86_64ManagedRegister::AllocIdLow() const { in AllocIdLow() function in art::x86_64::X86_64ManagedRegister
/art/compiler/utils/x86/
Dmanaged_register_x86.h117 return FromRegId(AllocIdLow()).AsCpuRegister(); in AsRegisterPairLow()
200 int AllocIdLow() const;
Dmanaged_register_x86.cc80 int X86ManagedRegister::AllocIdLow() const { in AllocIdLow() function in art::x86::X86ManagedRegister
/art/compiler/utils/mips64/
Dmanaged_register_mips64.h96 int AllocIdLow() const;