![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
Go to the source code of this file.
Functions | |
| asm (".globl PushAllRegistersAndIterateStack \n" ".type PushAllRegistersAndIterateStack, %function \n" ".hidden PushAllRegistersAndIterateStack \n" "PushAllRegistersAndIterateStack: \n" " push %rbp \n" " mov %rsp, %rbp \n" " push $0xCDCDCD \n" " push %rbx \n" " push %r12 \n" " push %r13 \n" " push %r14 \n" " push %r15 \n" " mov %rdx, %r8 \n" " mov %rsp, %rdx \n" " call *%r8 \n" " add $48, %rsp \n" " pop %rbp \n" " ret \n" ".Lfunc_end0: \n" ".size PushAllRegistersAndIterateStack, " ".Lfunc_end0-PushAllRegistersAndIterateStack \n") | |
| asm | ( | ".globl PushAllRegistersAndIterateStack \n" ".type | PushAllRegistersAndIterateStack, |
| %function \n" ".hidden PushAllRegistersAndIterateStack \n" "PushAllRegistersAndIterateStack:\n" " push %rbp \n" " mov % | rsp, | ||
| %rbp \n" " push $0xCDCDCD \n" " push %rbx \n" " push %r12 \n" " push %r13 \n" " push %r14 \n" " push %r15 \n" " mov % | rdx, | ||
| %r8 \n" " mov % | rsp, | ||
| %rdx \n" " call *%r8 \n" " add | $48, | ||
| %rsp \n" " pop %rbp \n" " ret \n" ".Lfunc_end0:\n" ".size | PushAllRegistersAndIterateStack, | ||
| " ".Lfunc_end0-PushAllRegistersAndIterateStack \n" | ) |