Lines Matching full:ebx
193 __ RecordWrite(ecx, context_offset, eax, ebx);
542 __ push(ebx);
543 __ mov(ebx, shared);
544 __ mov(eax, FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset));
549 __ mov(FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset), eax);
550 __ pop(ebx);
556 __ mov(FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset), eax);
557 __ pop(ebx);
2280 Register temp((result.is(eax)) ? ebx : eax);
2767 // It is safe to use ebx directly since the instruction is marked
2769 __ PrepareCallCFunction(4, ebx);
2775 // It is safe to use ebx directly since the instruction is marked
2777 ASSERT(!ToRegister(right).is(ebx));
2778 __ PrepareCallCFunction(4, ebx);
2796 // It is safe to use ebx directly since the instruction is marked
2798 ASSERT(!right_reg.is(ebx));
2799 __ CmpObjectType(right_reg, HEAP_NUMBER_TYPE , ebx);
2804 __ PrepareCallCFunction(4, ebx);
3880 // ebx = regexp literal.
3886 __ mov(ebx, FieldOperand(ecx, literal_offset));
3887 __ cmp(ebx, factory()->undefined_value());
3897 __ mov(ebx, eax);
3906 __ push(ebx);
3909 __ pop(ebx);
3915 __ mov(edx, FieldOperand(ebx, i));
3916 __ mov(ecx, FieldOperand(ebx, i + kPointerSize));
3921 __ mov(edx, FieldOperand(ebx, size - kPointerSize));