Home | History | Annotate | Download | only in x86
      1 %verify "executed"
      2 /*
      3  * Unlike other alt stubs, we don't want to call dvmCheckBefore() here.
      4  * Instead, just treat this as a trampoline to reach the real alt
      5  * handler (which will do the dvmCheckBefore() call.
      6  */
      7     leal      256(rINST),%ecx
      8     GOTO_NEXT_JUMBO_R %ecx
      9