Home | History | Annotate | Download | only in x86

Lines Matching full:ebx

32     PUSH ebx                      // save ebx
35 mov 20(%ebp), %ebx // get arg array size
36 addl LITERAL(28), %ebx // reserve space for return addr, method*, ebx, and ebp in frame
37 andl LITERAL(0xFFFFFFF0), %ebx // align frame size to 16 bytes
38 subl LITERAL(12), %ebx // remove space for return address, ebx, and ebp
39 subl %ebx, %esp // reserve stack space for argument array
50 POP ebx // pop ebx