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

/art/compiler/utils/arm/
H A Dmanaged_register_arm.cc70 int ArmManagedRegister::AllocIdHigh() const { function in class:art::arm::ArmManagedRegister
H A Dmanaged_register_arm.h133 // Appropriate mapping of register ids allows to use AllocIdHigh().
134 return FromRegId(AllocIdHigh()).AsCoreRegister();
250 int AllocIdHigh() const;
/art/compiler/utils/mips/
H A Dmanaged_register_mips.h125 // Appropriate mapping of register ids allows to use AllocIdHigh().
126 return FromRegId(AllocIdHigh()).AsCoreRegister();
204 int AllocIdHigh() const;
H A Dmanaged_register_mips.cc71 int MipsManagedRegister::AllocIdHigh() const { function in class:art::mips::MipsManagedRegister
/art/compiler/utils/x86/
H A Dmanaged_register_x86.h122 // Appropriate mapping of register ids allows to use AllocIdHigh().
123 return FromRegId(AllocIdHigh()).AsCpuRegister();
201 int AllocIdHigh() const;
H A Dmanaged_register_x86.cc89 int X86ManagedRegister::AllocIdHigh() const { function in class:art::x86::X86ManagedRegister
/art/compiler/utils/x86_64/
H A Dmanaged_register_x86_64.h115 // Appropriate mapping of register ids allows to use AllocIdHigh().
116 return FromRegId(AllocIdHigh()).AsCpuRegister();
187 int AllocIdHigh() const;
H A Dmanaged_register_x86_64.cc84 int X86_64ManagedRegister::AllocIdHigh() const { function in class:art::x86_64::X86_64ManagedRegister
/art/compiler/utils/mips64/
H A Dmanaged_register_mips64.h97 int AllocIdHigh() const;

Completed in 111 milliseconds