Home | History | Annotate | Download | only in ia32

Lines Matching defs:scratch1

88     Handle<Name> name, Register scratch0, Register scratch1) {
120 properties, name, scratch1);
326 Handle<WeakCell> native_context_cell, Register scratch1, Register scratch2,
330 __ mov(scratch1, NativeContextOperand());
333 __ cmp(scratch1, scratch2);
339 __ mov(scratch1, ContextOperand(scratch1, Context::SECURITY_TOKEN_INDEX));
341 __ cmp(scratch1, scratch2);
349 Register object_reg, Register holder_reg, Register scratch1,
355 DCHECK(!scratch1.is(object_reg) && !scratch1.is(holder_reg));
357 !scratch2.is(scratch1));
401 GenerateDictionaryNegativeLookup(masm(), miss, reg, name, scratch1,
462 DCHECK(holder_reg.is(receiver()) || holder_reg.is(scratch1()));
566 __ pop(scratch1()); // remove the return address
583 __ push(scratch1()); // restore return address