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

  /external/v8/src/compiler/
move-optimizer.cc 37 if (instr->ClobbersTemps() || instr->ClobbersRegisters() ||
instruction.h 766 bool ClobbersTemps() const { return IsCall(); }
    [all...]
register-allocator.cc     [all...]
  /external/v8/src/crankshaft/arm/
lithium-arm.h 235 bool ClobbersTemps() const { return IsCall(); }
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.h 246 bool ClobbersTemps() const { return IsCall(); }
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.h 236 bool ClobbersTemps() const { return IsCall(); }
    [all...]
  /external/v8/src/crankshaft/
lithium-allocator.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.h 232 bool ClobbersTemps() const { return IsCall(); }
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.h 235 bool ClobbersTemps() const { return IsCall(); }
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.h 231 bool ClobbersTemps() const { return IsCall(); }
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.h 232 bool ClobbersTemps() const { return IsCall(); }
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.h 237 bool ClobbersTemps() const { return IsCall(); }
    [all...]

Completed in 164 milliseconds