Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dinstruction.h77 inline bool IsAnyLocationOperand() const;
504 DCHECK(op->IsAnyLocationOperand()); in cast()
509 DCHECK(op->IsAnyLocationOperand()); in cast()
514 DCHECK(op.IsAnyLocationOperand()); in cast()
554 bool InstructionOperand::IsAnyLocationOperand() const { in IsAnyLocationOperand() function
559 return IsAnyLocationOperand() && in IsLocationOperand()
564 return IsAnyLocationOperand() && in IsFPLocationOperand()
569 return IsAnyLocationOperand() && in IsAnyRegister()
603 return IsAnyLocationOperand() && in IsAnyStackSlot()
619 return IsAnyLocationOperand() && in IsFloatStackSlot()
[all …]