Lines Matching full:scratch0
205 // Will clobber 4 registers: object, scratch0, scratch1, at. The
210 Register scratch0,
215 ASSERT(!object.is(cp) && !scratch0.is(cp) && !scratch1.is(cp));
221 InNewSpace(object, scratch0, eq, &done);
224 Addu(scratch0, object, offset);
227 RecordWriteHelper(object, scratch0, scratch1);
235 li(scratch0, Operand(BitCast<int32_t>(kZapValue)));