Home
last modified time | relevance | path

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

/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.h115 return FromRegId(AllocIdHigh()).AsCpuRegister(); in AsRegisterPairHigh()
186 int AllocIdHigh() const;
Dmanaged_register_x86_64.cc84 int X86_64ManagedRegister::AllocIdHigh() const { in AllocIdHigh() function in art::x86_64::X86_64ManagedRegister
/art/compiler/utils/x86/
Dmanaged_register_x86.h122 return FromRegId(AllocIdHigh()).AsCpuRegister(); in AsRegisterPairHigh()
200 int AllocIdHigh() const;
Dmanaged_register_x86.cc89 int X86ManagedRegister::AllocIdHigh() const { in AllocIdHigh() function in art::x86::X86ManagedRegister
/art/compiler/utils/arm/
Dmanaged_register_arm.h134 return FromRegId(AllocIdHigh()).AsCoreRegister(); in AsRegisterPairHigh()
250 int AllocIdHigh() const;
Dmanaged_register_arm.cc70 int ArmManagedRegister::AllocIdHigh() const { in AllocIdHigh() function in art::arm::ArmManagedRegister