Home
last modified time | relevance | path

Searched refs:ThrowNewException (Results 1 – 12 of 12) sorted by relevance

/art/runtime/entrypoints/quick/
Dquick_throw_entrypoints.cc47 self->ThrowNewException(throw_location, "Ljava/lang/NullPointerException;", in artDeliverExceptionFromCode()
/art/runtime/
Djni_internal.h62 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause);
Dcommon_throws.cc63 self->ThrowNewException(computed_throw_location, exception_descriptor, msg.str().c_str()); in ThrowException()
65 self->ThrowNewException(*throw_location, exception_descriptor, msg.str().c_str()); in ThrowException()
Dthread.h344 void ThrowNewException(const ThrowLocation& throw_location,
Dthread.cc1482 ThrowNewException(throw_location, exception_class_descriptor, msg.c_str()); in ThrowNewExceptionV()
1485 void Thread::ThrowNewException(const ThrowLocation& throw_location, const char* exception_class_des… in ThrowNewException() function in art::Thread
1589 ThrowNewException(throw_location, "Ljava/lang/OutOfMemoryError;", msg); in ThrowOutOfMemoryError()
Dmonitor.cc524 self->ThrowNewException(throw_location, "Ljava/lang/InterruptedException;", NULL); in WaitWithLock()
Druntime.cc933 self->ThrowNewException(ThrowLocation(), "Ljava/lang/OutOfMemoryError;", in Init()
Djni_internal.cc360 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause) in ThrowNewException() function
757 return ThrowNewException(env, c, msg, NULL); in ThrowNew()
3272 self->ThrowNewException(throw_location, "Ljava/lang/UnsatisfiedLinkError;", detail.c_str()); in FindCodeForNativeMethod()
Dclass_linker.cc101 self->ThrowNewException(throw_location, ve_ch.GetDescriptor(), PrettyDescriptor(c).c_str()); in ThrowEarlierClassFailure()
103 self->ThrowNewException(throw_location, "Ljava/lang/NoClassDefFoundError;", in ThrowEarlierClassFailure()
/art/runtime/native/
Ddalvik_system_VMDebug.cc132 soa.Self()->ThrowNewException(throw_location, "Ljava/lang/UnsupportedOperationException;", NULL); in ThrowUnsupportedOperationException()
/art/runtime/entrypoints/
Dentrypoint_utils.h61 self->ThrowNewException(throw_location, "Ljava/lang/InstantiationError;", in AllocObjectFromCode()
Dentrypoint_utils.cc289 int rc = ::art::ThrowNewException(env, WellKnownClasses::java_lang_StackOverflowError, in ThrowStackOverflowError()