Home | History | Annotate | Download | only in x86
      1     /* (stub) */
      2     SAVE_PC_FP_TO_SELF %ecx          # leaves rSELF in %ecx
      3     movl %ecx,OUT_ARG0(%esp)         # self is first arg to function
      4     call      dvmMterp_${opcode}     # do the real work
      5     movl      rSELF,%ecx
      6     LOAD_PC_FP_FROM_SELF             # retrieve updated values
      7     movl      offThread_curHandlerTable(%ecx),rIBASE  # set up rIBASE
      8     FETCH_INST
      9     GOTO_NEXT
     10