Lines Matching full:shorty
509 stp x4, x5, [x10, #16] // Save result and shorty addresses.
558 // Restore return value address and shorty address.
606 * char *shorty); x5
642 // Parse the passed shorty to determine which register to load.
654 add x10, x5, #1 // Load shorty address, plus one to skip return value.
660 cbz w17, .LcallFunction // Exit at end of signature. Shorty 0 terminated.
769 * char *shorty); x5
776 // Parse the passed shorty to determine which register to load.
788 add x10, x5, #1 // Load shorty address, plus one to skip return value.
793 cbz w17, .LcallFunction2 // Exit at end of signature. Shorty 0 terminated.