Home | History | Annotate | Download | only in runtime

Lines Matching defs:throw_location

84   ThrowLocation throw_location = self->GetCurrentLocationForThrow();
85 self->ThrowNewExceptionV(throw_location, "Ljava/lang/NoClassDefFoundError;", fmt, args);
101 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
105 self->ThrowNewException(throw_location, c->GetVerifyErrorClass()->GetDescriptor(&temp),
108 self->ThrowNewException(throw_location, "Ljava/lang/NoClassDefFoundError;",
126 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
127 self->ThrowNewWrappedException(throw_location, "Ljava/lang/ExceptionInInitializerError;",