Home | History | Annotate | Download | only in ia32

Lines Matching full:scratch0

728                                Register scratch0,
731 ASSERT(!scratch0.is(src));
732 ASSERT(!scratch0.is(scratch1));
734 MemOperand location = VarOperand(var, scratch0);
740 ASSERT(!scratch0.is(esi) && !src.is(esi) && !scratch1.is(esi));
741 __ RecordWriteContextSlot(scratch0, offset, src, scratch1, kDontSaveFPRegs);