Home | History | Annotate | Download | only in ia32

Lines Matching defs:scratch2

522                                   Register scratch2) {
524 Register return_pc = scratch2;
685 Register scratch1, Register scratch2,
694 // Make scratch2 the space we have left. The stack might already be overflowed
695 // here which will cause scratch2 to become negative.
696 __ mov(scratch2, esp);
697 __ sub(scratch2, scratch1);
706 __ cmp(scratch2, scratch1);
791 // register. scratch1 and scratch2 are used as temporary registers. Their
795 Register scratch1, Register scratch2, bool receiver_in_args,
814 Generate_StackOverflowCheck(masm, num_args, scratch1, scratch2,
868 __ mov(scratch2, Operand(start_addr, 0));
871 scratch2);
2432 Register scratch1, Register scratch2,
2434 DCHECK(!AreAliased(args_reg, scratch1, scratch2, scratch3));
2460 __ mov(scratch2, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
2461 __ cmp(Operand(scratch2, CommonFrameConstants::kContextOrFrameTypeOffset),
2466 __ mov(ebp, scratch2);
2485 __ PrepareForTailCall(callee_args_count, caller_args_count_reg, scratch2,
2791 Register scratch2 = edi;
2809 __ mov(scratch2, NativeContextOperand());
2811 ContextOperand(scratch2, Context::INITIAL_ARRAY_PROTOTYPE_INDEX));
2822 __ mov(scratch2, NativeContextOperand());
2824 ContextOperand(scratch2,
2828 ContextOperand(scratch2,
2915 Register scratch2 = esi;
2923 __ mov(scratch2, FieldOperand(spread, scratch, times_pointer_size,
2925 __ CompareRoot(scratch2, Heap::kTheHoleValueRootIndex);
2927 __ LoadRoot(scratch2, Heap::kUndefinedValueRootIndex);
2929 __ Push(scratch2);