Home
last modified time | relevance | path

Searched refs:ThrowNewWrappedException (Results 1 – 10 of 10) sorted by relevance

/art/runtime/native/
Djava_lang_VMClassLoader.cc103 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in VMClassLoader_findLoadedClass()
Djava_lang_Class.cc96 soa.Self()->ThrowNewWrappedException("Ljava/lang/NullPointerException;", /*msg=*/ nullptr); in Class_classForName()
/art/runtime/
Dtransaction.cc114 self->ThrowNewWrappedException(kTransactionAbortErrorDescriptor, GetAbortMessage().c_str()); in ThrowAbortError()
117 self->ThrowNewWrappedException(kTransactionAbortErrorDescriptor, abort_message->c_str()); in ThrowAbortError()
Dcommon_throws.cc95 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
Dthread.h731 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
Dthread.cc3569 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException()
3580 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
Dclass_linker.cc554 self->ThrowNewWrappedException("Ljava/lang/NoClassDefFoundError;", in ThrowEarlierClassFailure()
591 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr); in WrapExceptionInInitializer()
/art/runtime/entrypoints/
Dentrypoint_utils.cc167 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
/art/runtime/dex/
Ddex_file_annotations.cc499 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg); in ProcessAnnotationValue()
/art/runtime/interpreter/
Dunstarted_runtime.cc192 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()