Searched refs:ThrowNewException (Results 1 – 12 of 12) sorted by relevance
/art/runtime/entrypoints/quick/ |
D | quick_throw_entrypoints.cc | 47 self->ThrowNewException(throw_location, "Ljava/lang/NullPointerException;", in artDeliverExceptionFromCode()
|
/art/runtime/ |
D | jni_internal.h | 62 int ThrowNewException(JNIEnv* env, jclass exception_class, const char* msg, jobject cause);
|
D | common_throws.cc | 63 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()
|
D | thread.h | 344 void ThrowNewException(const ThrowLocation& throw_location,
|
D | thread.cc | 1482 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()
|
D | monitor.cc | 524 self->ThrowNewException(throw_location, "Ljava/lang/InterruptedException;", NULL); in WaitWithLock()
|
D | runtime.cc | 933 self->ThrowNewException(ThrowLocation(), "Ljava/lang/OutOfMemoryError;", in Init()
|
D | jni_internal.cc | 360 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()
|
D | class_linker.cc | 101 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/ |
D | dalvik_system_VMDebug.cc | 132 soa.Self()->ThrowNewException(throw_location, "Ljava/lang/UnsupportedOperationException;", NULL); in ThrowUnsupportedOperationException()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.h | 61 self->ThrowNewException(throw_location, "Ljava/lang/InstantiationError;", in AllocObjectFromCode()
|
D | entrypoint_utils.cc | 289 int rc = ::art::ThrowNewException(env, WellKnownClasses::java_lang_StackOverflowError, in ThrowStackOverflowError()
|