Lines Matching refs:throw_location
109 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
111 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchMethodError;",
122 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
123 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchMethodError;",
216 ThrowLocation throw_location;
218 Handle<mirror::Throwable> cause(hs.NewHandle(soa.Self()->GetException(&throw_location)));
221 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;",
236 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
237 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/NoSuchFieldError;",
249 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
250 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/ArrayIndexOutOfBoundsException;",
258 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
259 soa.Self()->ThrowNewExceptionF(throw_location, "Ljava/lang/StringIndexOutOfBoundsException;",
302 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
303 soa.Self()->SetException(throw_location, soa.Decode<mirror::Throwable*>(exception.get()));
696 ThrowLocation throw_location = soa.Self()->GetCurrentLocationForThrow();
697 soa.Self()->SetException(throw_location, exception);
3394 ThrowLocation throw_location = self->GetCurrentLocationForThrow();
3395 self->ThrowNewException(throw_location, "Ljava/lang/UnsatisfiedLinkError;", detail.c_str());