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

  /external/v8/src/compiler/
instruction.h 847 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
register-allocator.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 235 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-arm.cc 833 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
847 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 246 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-arm64.cc 676 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
690 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 238 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-ia32.cc 866 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
880 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc 943 if (instr->ClobbersRegisters()) {
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 233 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-mips.cc 843 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
857 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 236 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-mips64.cc 843 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
857 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 233 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-ppc.cc 848 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
862 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-s390.h 229 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-s390.cc 772 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
786 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 234 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-x64.cc 858 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
872 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 237 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-x87.cc 871 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
885 if (!(instr->ClobbersRegisters() &&
    [all...]

Completed in 240 milliseconds