Lines Matching full:here
464 * Opcode handler framing macros. Here, each opcode is a separate function
567 * use the mterp substitution mechanism instead, with the code here moved
1246 * Everything from here on is a "goto target". In the basic interpreter
1248 * next instruction. Here, these are subroutines that return to the caller.
1376 * type of the object. We also verify access permissions here.
1462 * type of the object. We also verify access permissions here.
1740 * return value in "retval" before jumping here.
1807 * Jump here when the code throws an exception.
1809 * By the time we get here, the Throwable has been created and the stack
1848 * exception at the point of the throw and again here. We can avoid
1849 * this by not reporting exceptions when we jump here directly from
1854 * here, and have the JNI exception code do the reporting to the
1872 * needs to exit. Either way, we return from here, leaving the
1903 * as it unrolls to here.
1954 * finish here with an exception still pending.
1979 * The caller must EXPORT_PC before jumping here, because any method
2204 assert(false); // should not get here