Searched defs:IsRegister (Results 1 - 4 of 4) sorted by relevance

/art/compiler/optimizing/
H A Dlocations.h138 bool IsRegister() const { function in class:art::Location
155 return IsRegister() || IsFpuRegister() || IsRegisterPair() || IsFpuRegisterPair();
159 DCHECK(IsRegister() || IsFpuRegister());
175 DCHECK(IsRegister());
413 if (loc.IsRegister()) {
422 if (loc.IsRegister()) {
579 return input.IsRegister()
/art/compiler/utils/x86/
H A Dassembler_x86.h82 bool IsRegister(Register reg) const { function in class:art::x86::Operand
/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h95 bool IsRegister(CpuRegister reg) const { function in class:art::x86_64::Operand
/art/compiler/utils/arm/
H A Dassembler_arm.h83 bool IsRegister() const { function in class:art::arm::ShifterOperand

Completed in 834 milliseconds