Home | History | Annotate | Download | only in runtime

Lines Matching refs:throw_location

302   ThrowLocation throw_location = self->GetCurrentLocationForThrow();
303 self->ThrowNewExceptionV(throw_location, "Ljava/lang/IllegalMonitorStateException;", fmt, args);
453 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
454 self->ThrowNewExceptionF(throw_location, "Ljava/lang/IllegalArgumentException;",
565 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
566 self->ThrowNewException(throw_location, "Ljava/lang/InterruptedException;", NULL);