Home | History | Annotate | Download | only in x64

Lines Matching full:callee

699   // Allocate HandleScope in callee-save registers.
898 // R12 to r15 are callee save on all platforms.
3697 push(rsi); // Callee's context.
3710 push(rsi); // Callee's context.
3711 push(rdi); // Callee's JS function.
3763 movq(r14, rax); // Backup rax in callee-save register.
3807 // Set up argv in callee-saved register r15. It is reused in LeaveExitFrame,