exitCall static method
void
exitCall()
Records exit from an interpreted call frame.
Implementation
static void exitCall() {
depth--;
}
Records exit from an interpreted call frame.
static void exitCall() {
depth--;
}