Lines Matching refs:SP
539 mov sp, r0 @ Make SP point to gprs_.
540 @ Do not access fprs_ from now, they may be below SP.
544 ldr sp, [sp, #52] @ Load SP from gprs_ 52 = 4 * 13.
545 @ Do not access gprs_ from now, they are below SP.
1431 mov r3, sp @ pass SP
1432 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP)
1562 mov r3, sp @ pass SP
1563 blx artQuickResolutionTrampoline @ (Method* called, receiver, Thread*, SP)
1674 mov r2, sp @ pass SP
1675 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)
2581 mov r2, sp @ r2 := SP
2582 bl artInvokePolymorphic @ artInvokePolymorphic(receiver, Thread*, SP)
2595 mov r2, sp @ r2 := SP
2596 bl artInvokeCustom @ artInvokeCustom(call_site_idx, Thread*, SP)