HomeSort by relevance Sort by last modified time
    Searched defs:IsAnyRegister (Results 1 - 2 of 2) sorted by null

  /external/v8/src/compiler/
linkage.h 124 bool IsAnyRegister() const {
instruction.h 80 inline bool IsAnyRegister() const;
568 bool InstructionOperand::IsAnyRegister() const {
576 return IsAnyRegister() &&
581 return IsAnyRegister() &&
586 return IsAnyRegister() &&
592 return IsAnyRegister() &&
598 return IsAnyRegister() && LocationOperand::cast(this)->representation() ==
    [all...]

Completed in 192 milliseconds