Home | History | Annotate | Download | only in ia32

Lines Matching refs:scratch0

698                                Register scratch0,
701 ASSERT(!scratch0.is(src));
702 ASSERT(!scratch0.is(scratch1));
704 MemOperand location = VarOperand(var, scratch0);
710 ASSERT(!scratch0.is(esi) && !src.is(esi) && !scratch1.is(esi));
711 __ RecordWriteContextSlot(scratch0, offset, src, scratch1, kDontSaveFPRegs);