Lines Matching refs:ebp
33 PUSH ebp
99 POP ebp // Restore callee saves
113 PUSH ebp
182 POP ebp
351 POP ebp // Restore callee saves
445 PUSH ebp // save ebp
461 mov %esp, %ebp // copy value of stack pointer into base pointer
462 CFI_DEF_CFA_REGISTER(ebp)
463 mov 28(%ebp), %ebx // get arg array size
474 movl 28(%ebp), %ecx // ECX = size of args
475 movl 24(%ebp), %esi // ESI = argument array
479 mov 40(%ebp), %esi // ESI := shorty + 1 ; ie skip return arg character.
481 mov 24(%ebp), %edi // EDI := arg_array
505 mov 20(%ebp), %eax // move method pointer into eax
507 mov %ebp, %esp // restore stack pointer
512 POP ebp // pop ebp
543 PUSH ebp // save ebp
558 mov %esp, %ebp // copy value of stack pointer into base pointer
559 CFI_DEF_CFA_REGISTER(ebp)
560 mov 28(%ebp), %ebx // get arg array size
571 movl 28(%ebp), %ecx // ECX = size of args
572 movl 24(%ebp), %esi // ESI = argument array
576 mov 40(%ebp), %esi // ESI := shorty + 1 ; ie skip return arg character.
578 mov 24(%ebp), %edi // EDI := arg_array
622 mov 20(%ebp), %eax // move method pointer into eax
624 mov %ebp, %esp // restore stack pointer
629 POP ebp // pop ebp
1571 movl %esp, %ebp // save SP at callee-save frame
1572 CFI_DEF_CFA_REGISTER(ebp)
1582 pushl %ebp // Pass managed frame SP.
1627 movl %ebp, %esp
1645 POP ebp
1651 CFI_RESTORE_STATE_AND_DEF_CFA ebp, 64
1688 POP ebp // Restore callee saves
1917 READ_BARRIER_MARK_REG art_quick_read_barrier_mark_reg05, ebp
1956 PUSH ebp
1964 mov %esp, %ebp // Save stack pointer
1965 CFI_DEF_CFA(ebp, SAVE_SIZE) // CFA = ebp + SAVE_SIZE
1968 pushl %ebp // Save old stack pointer
1987 POP ebp
1993 CFI_RESTORE_STATE_AND_DEF_CFA ebp, SAVE_SIZE // CFA = ebp + SAVE_SIZE
2079 movl INLINE_CACHE_CLASSES_OFFSET(%ebp), %eax
2084 lock cmpxchg %ecx, INLINE_CACHE_CLASSES_OFFSET(%ebp)
2088 movl (INLINE_CACHE_CLASSES_OFFSET+4)(%ebp), %eax
2093 lock cmpxchg %ecx, (INLINE_CACHE_CLASSES_OFFSET+4)(%ebp)
2097 movl (INLINE_CACHE_CLASSES_OFFSET+8)(%ebp), %eax
2102 lock cmpxchg %ecx, (INLINE_CACHE_CLASSES_OFFSET+8)(%ebp)
2106 movl (INLINE_CACHE_CLASSES_OFFSET+12)(%ebp), %eax
2111 lock cmpxchg %ecx, (INLINE_CACHE_CLASSES_OFFSET+12)(%ebp)
2116 movl %ecx, (INLINE_CACHE_CLASSES_OFFSET+16)(%ebp)