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

  /external/chromium_org/v8/src/compiler/
instruction.h 482 bool ClobbersRegisters() const { return IsCall(); }
register-allocator.cc     [all...]
  /external/chromium_org/v8/src/arm/
lithium-arm.h 248 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-arm.cc 862 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
876 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/chromium_org/v8/src/arm64/
lithium-arm64.h 259 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-arm64.cc 700 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
714 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/chromium_org/v8/src/ia32/
lithium-ia32.h 249 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-ia32.cc 902 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
916 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/chromium_org/v8/src/
lithium-allocator.cc 942 if (instr->ClobbersRegisters()) {
    [all...]
  /external/chromium_org/v8/src/mips/
lithium-mips.h 245 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-mips.cc 872 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
886 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/chromium_org/v8/src/mips64/
lithium-mips64.h 244 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-mips64.cc 872 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
886 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/chromium_org/v8/src/x64/
lithium-x64.h 243 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-x64.cc 885 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
899 if (!(instr->ClobbersRegisters() &&
    [all...]
  /external/chromium_org/v8/src/x87/
lithium-x87.h 250 bool ClobbersRegisters() const { return IsCall(); }
    [all...]
lithium-x87.cc 909 // the ClobbersRegisters() or ClobbersDoubleRegisters() calls below.
923 if (!(instr->ClobbersRegisters() &&
    [all...]

Completed in 480 milliseconds