Lines Matching defs:ecx
538 __ mov(ecx, Operand(esp, kSavedRegistersAreaSize + 1 * kPointerSize));
550 __ mov(Operand(esp, 3 * kPointerSize), ecx); // Code address or 0.
589 // Compute a pointer to the unwinding limit in register ecx; that is
591 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
592 __ add(ecx, esp);
605 __ cmp(ecx, esp);
625 __ pop(ecx);
627 __ cmp(ecx, Immediate(kAlignmentZapValue));
651 // Inner loop state: ebx = current FrameDescription*, ecx = loop index.
653 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset()));
656 __ sub(ecx, Immediate(sizeof(uint32_t)));
657 __ push(Operand(ebx, ecx, times_1, FrameDescription::frame_content_offset()));
659 __ test(ecx, ecx);