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

  /external/v8/src/compiler/
instruction.h 83 inline bool IsAnyRegister() const;
569 bool InstructionOperand::IsAnyRegister() const {
577 return IsAnyRegister() &&
582 return IsAnyRegister() &&
587 return IsAnyRegister() &&
593 return IsAnyRegister() &&
599 return IsAnyRegister() &&
    [all...]
linkage.h 139 bool IsAnyRegister() const {
instruction-selector-impl.h 302 if (location.IsAnyRegister()) {
register-allocator.cc     [all...]
register-allocator-verifier.cc 301 if (op.IsAnyRegister()) map().erase(current);

Completed in 48 milliseconds