Home | History | Annotate | Download | only in c

Lines Matching full:here

6  * Everything from here on is a "goto target".  In the basic interpreter
8 * next instruction. Here, these are subroutines that return to the caller.
136 * type of the object. We also verify access permissions here.
222 * type of the object. We also verify access permissions here.
500 * return value in "retval" before jumping here.
567 * Jump here when the code throws an exception.
569 * By the time we get here, the Throwable has been created and the stack
608 * exception at the point of the throw and again here. We can avoid
609 * this by not reporting exceptions when we jump here directly from
614 * here, and have the JNI exception code do the reporting to the
632 * needs to exit. Either way, we return from here, leaving the
663 * as it unrolls to here.
714 * finish here with an exception still pending.
739 * The caller must EXPORT_PC before jumping here, because any method
964 assert(false); // should not get here