Home
last modified time | relevance | path

Searched refs:AllocIdHigh (Results 1 – 6 of 6) sorted by relevance

/art/compiler/utils/x86/
Dmanaged_register_x86.h121 return FromRegId(AllocIdHigh()).AsCpuRegister(); in AsRegisterPairHigh()
193 int AllocIdHigh() const;
Dmanaged_register_x86.cc97 int X86ManagedRegister::AllocIdHigh() const { in AllocIdHigh() function in art::x86::X86ManagedRegister
/art/compiler/utils/mips/
Dmanaged_register_mips.h125 return FromRegId(AllocIdHigh()).AsCoreRegister(); in AsRegisterPairHigh()
203 int AllocIdHigh() const;
Dmanaged_register_mips.cc82 int MipsManagedRegister::AllocIdHigh() const { in AllocIdHigh() function in art::mips::MipsManagedRegister
/art/compiler/utils/arm/
Dmanaged_register_arm.h133 return FromRegId(AllocIdHigh()).AsCoreRegister(); in AsRegisterPairHigh()
249 int AllocIdHigh() const;
Dmanaged_register_arm.cc80 int ArmManagedRegister::AllocIdHigh() const { in AllocIdHigh() function in art::arm::ArmManagedRegister