Home | History | Annotate | Download | only in x86

Lines Matching refs:ebp

31     PUSH ebp                      // save ebp
33 mov %esp, %ebp // copy value of stack pointer into base pointer
34 CFI_DEF_CFA_REGISTER(ebp)
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
38 subl LITERAL(12), %ebx // remove space for return address, ebx, and ebp
42 pushl 20(%ebp) // push size of region to memcpy
43 pushl 16(%ebp) // push arg array as source of memcpy
47 mov 12(%ebp), %eax // move method pointer into eax
50 mov %ebp, %esp // restore stack pointer
52 POP ebp // pop ebp
70 PUSH ebp // Set up frame.
71 movl %esp, %ebp
72 CFI_DEF_CFA_REGISTER(%ebp)
75 leal 8(%ebp), %edx // %edx = ArtMethod** called_addr
76 movl 12(%ebp), %ecx // %ecx = receiver
85 CFI_RESTORE(%ebp)
94 PUSH ebp // Set up frame.
95 movl %esp, %ebp
96 CFI_DEF_CFA_REGISTER(%ebp)
99 leal 8(%ebp), %edx // %edx = ArtMethod** called_addr
100 movl 12(%ebp), %ecx // %ecx = receiver
109 CFI_RESTORE(%ebp)
119 PUSH ebp // Set up frame.
120 movl %esp, %ebp
121 CFI_DEF_CFA_REGISTER(%ebp)
124 leal 8(%ebp), %edx // %edx = ArtMethod** called_addr
132 CFI_RESTORE(%ebp)