Home | History | Annotate | Download | only in armv5te
      1 %verify executed
      2     /*
      3      * Handle a throw-verification-error instruction.  This throws an
      4      * exception for an error discovered during verification.  The
      5      * exception is indicated by AA, with some detail provided by BBBB.
      6      */
      7     /* op AA, ref@BBBB */
      8     ldr     r0, [rGLUE, #offGlue_method]    @ r0<- glue->method
      9     FETCH(r2, 1)                        @ r2<- BBBB
     10     EXPORT_PC()                         @ export the PC
     11     mov     r1, rINST, lsr #8           @ r1<- AA
     12     bl      dvmThrowVerificationError   @ always throws
     13     b       common_exceptionThrown      @ handle exception
     14