Lines Matching defs:ebp

28  * - ebp : Frame pointer.  Used to access arguments, local variables and
51 * ebp-> - old ebp
59 * - register 0 ebp[-4] (only positions must be stored in the first
60 * - register 1 ebp[-8] num_saved_registers_ registers)
143 __ inc(Operand(ebp, kBacktrackCount));
144 __ cmp(Operand(ebp, kBacktrackCount), Immediate(backtrack_limit()));
182 __ cmp(eax, Operand(ebp, kStringStartMinusOne));
189 __ cmp(eax, Operand(ebp, kStringStartMinusOne));
234 __ mov(eax, Operand(ebp, kStringStartMinusOne));
394 __ mov(ebx, Operand(ebp, kStringStartMinusOne));
718 __ mov(Operand(ebp, kRegExpStackBasePointer), scratch);
725 __ mov(scratch, Operand(ebp, kRegExpStackBasePointer));
745 __ push(ebp);
746 __ mov(ebp, esp);
806 __ mov(ebx, Operand(ebp, kStartIndex));
811 __ mov(esi, Operand(ebp, kInputEnd));
813 __ mov(edi, Operand(ebp, kInputStart));
827 __ mov(Operand(ebp, kStringStartMinusOne), eax);
834 __ cmp(Operand(ebp, kStartIndex), Immediate(0));
857 __ mov(Operand(ebp, ecx, times_1, 0), eax);
877 __ mov(ebx, Operand(ebp, kRegisterOutput));
878 __ mov(ecx, Operand(ebp, kInputEnd));
879 __ mov(edx, Operand(ebp, kStartIndex));
880 __ sub(ecx, Operand(ebp, kInputStart));
904 __ inc(Operand(ebp, kSuccessfulCaptures));
907 __ mov(ecx, Operand(ebp, kNumOutputRegisters));
913 __ mov(Operand(ebp, kNumOutputRegisters), ecx);
915 __ add(Operand(ebp, kRegisterOutput),
919 __ mov(eax, Operand(ebp, kStringStartMinusOne));
953 __ mov(eax, Operand(ebp, kSuccessfulCaptures));
962 __ lea(esp, Operand(ebp, kLastCalleeSaveRegister));
968 __ pop(ebp);
998 __ mov(esi, Operand(ebp, kInputEnd));
1180 __ mov(eax, Operand(ebp, kStringStartMinusOne));
1192 __ mov(Operand(esp, 2 * kSystemPointerSize), ebp);
1239 return Operand(ebp, kRegisterZero - register_index * kSystemPointerSize);
1250 __ cmp(eax, Operand(ebp, kStringStartMinusOne));