Home
last modified time | relevance | path

Searched refs:RegId (Results 1 – 13 of 13) sorted by relevance

/art/compiler/utils/x86/
Dmanaged_register_x86.cc82 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdLow()
91 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdHigh()
110 os << "??: " << RegId(); in Print()
Dmanaged_register_x86.h189 int RegId() const { in RegId() function
/art/compiler/utils/x86_64/
Dmanaged_register_x86_64.cc77 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdLow()
86 const int r = RegId() - (kNumberOfCpuRegIds + kNumberOfXmmRegIds + in AllocIdHigh()
105 os << "??: " << RegId(); in Print()
Dmanaged_register_x86_64.h175 int RegId() const { in RegId() function
/art/compiler/utils/arm/
Dmanaged_register_arm.cc53 const int r = RegId() - (kNumberOfCoreRegIds + kNumberOfSRegIds); in AllocIdLow()
88 os << "??: " << RegId(); in Print()
Dmanaged_register_arm.h233 int RegId() const { in RegId() function
/art/compiler/utils/mips/
Dmanaged_register_mips.cc54 const int r = RegId() - (kNumberOfCoreRegIds + kNumberOfFRegIds); in AllocIdLow()
88 os << "??: " << RegId(); in Print()
Dmanaged_register_mips.h192 int RegId() const { in RegId() function
/art/compiler/utils/mips64/
Dmanaged_register_mips64.cc40 os << "??: " << RegId(); in Print()
Dmanaged_register_mips64.h85 int RegId() const { in RegId() function
/art/compiler/utils/arm64/
Dmanaged_register_arm64.cc98 os << "??: " << RegId(); in Print()
Dmanaged_register_arm64.h194 int RegId() const { in RegId() function
/art/compiler/utils/
Dmanaged_register.h77 int RegId() const { return id_; } in RegId() function