Lines Matching refs:SP
479 mov sp, r0 @ Make SP point to gprs_.
480 @ Do not access fprs_ from now, they may be below SP.
484 ldr sp, [sp, #52] @ Load SP from gprs_ 52 = 4 * 13.
485 @ Do not access gprs_ from now, they are below SP.
1368 mov r3, sp @ pass SP
1369 blx artQuickProxyInvokeHandler @ (Method* proxy method, receiver, Thread*, SP)
1533 mov r2, sp @ pass SP
1534 blx artQuickToInterpreterBridge @ (Method* method, Thread*, SP)
2410 mov r2, sp @ r2 := SP
2411 bl artInvokePolymorphic @ artInvokePolymorphic(receiver, Thread*, SP)
2424 mov r2, sp @ r2 := SP
2425 bl artInvokeCustom @ artInvokeCustom(call_site_idx, Thread*, SP)