Home
last modified time | relevance | path

Searched refs:ebp (Results 1 – 10 of 10) sorted by relevance

/art/runtime/arch/x86/
Dquick_entrypoints_x86.S33 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
[all …]
Djni_entrypoints_x86.S202 movl %ebp, 48(%ebx)
203 CFI_EXPRESSION_BREG CFI_REG(ebp), CFI_REG(ebx), 48
232 movl 48(%ebx), %ebp
233 CFI_RESTORE(%ebp)
321 LOCK_OBJECT_FAST_PATH ebp, esi, /*saved_eax*/ edi .Llock_object_jni_slow
344 PUSH_ARG ebp // Pass the object to lock.
375 UNLOCK_OBJECT_FAST_PATH ebp, esi, /*saved_eax*/ edi, .Lunlock_object_jni_slow
392 art_jni_unlock_object_no_inline, artJniUnlockObject, ebp, fs:THREAD_SELF_OFFSET
Dasm_support_x86.S285 PUSH ebp
305 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
317 PUSH ebp
340 PUSH ebp
372 POP ebp // Restore callee saves
/art/runtime/interpreter/mterp/x86ng/
Dmain.S58 #define rREFS %ebp
1006 PUSH ebp
1010 POP ebp
1214 movl %ebp, LOCAL1(%esp)
1225 movl $$1, %ebp // ignore first argument
1227 movl $$0, %ebp // arg_index
1230 movl $$1, %ebp // arg_index
1232 LOOP_OVER_SHORTY_LOADING_XMMS xmm0, ebx, edx, ebp, .Lxmm_setup_finished_\suffix
1233 LOOP_OVER_SHORTY_LOADING_XMMS xmm1, ebx, edx, ebp, .Lxmm_setup_finished_\suffix
1234 LOOP_OVER_SHORTY_LOADING_XMMS xmm2, ebx, edx, ebp, .Lxmm_setup_finished_\suffix
[all …]
/art/runtime/arch/x86_64/
Djni_entrypoints_x86_64.S434 LOCK_OBJECT_FAST_PATH rbx, ebp, art_jni_lock_object_no_inline
479 UNLOCK_OBJECT_FAST_PATH rbx, ebp, /*saved_rax*/ r12, .Lunlock_object_jni_slow
/art/compiler/optimizing/
Doptimizing_cfi_test_expected.inc80 // 0x00000001: push ebp
88 // 0x00000008: pop ebp
/art/runtime/interpreter/mterp/x86_64ng/
Dmain.S1129 movl %r9d, %ebp
1130 shrl MACRO_LITERAL(4), %ebp # Number of arguments
1134 cmpl MACRO_LITERAL(1), %ebp
1138 cmpl MACRO_LITERAL(2), %ebp
1143 cmpl MACRO_LITERAL(4), %ebp
1975 movl rINST, %ebp # rbp <- BA
1976 andl $$0xf, %ebp # rbp <- A
/art/compiler/jni/
Djni_cfi_test_expected.inc219 // 0x00000002: push ebp
237 // 0x00000022: pop ebp
/art/compiler/utils/x86/
Dassembler_x86.h213 const bool ebp = EBP == (sib ? addr.base() : addr.rm()); in displace() local
215 if (addr.mod() == 0 && ebp) { in displace()
222 } else if (new_disp == 0 && !ebp) { in displace()
/art/runtime/arch/
Dstub_test.cc107 PUSH(%%ebp) in Invoke3WithReferrerAndHidden()
129 POP(%%ebp) in Invoke3WithReferrerAndHidden()