Home | History | Annotate | Download | only in s390

Lines Matching refs:scratch0

645 void FullCodeGenerator::SetVar(Variable* var, Register src, Register scratch0,
648 DCHECK(!scratch0.is(src));
649 DCHECK(!scratch0.is(scratch1));
651 MemOperand location = VarOperand(var, scratch0);
656 __ RecordWriteContextSlot(scratch0, location.offset(), src, scratch1,