Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_VMClassLoader.cc102 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in VMClassLoader_findLoadedClass()
/art/runtime/
Dtransaction.cc98 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
102 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
Dcommon_throws.cc94 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
Dthread.h532 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
Dthread.cc3179 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException()
3190 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
Dclass_linker.cc562 self->ThrowNewWrappedException("Ljava/lang/NoClassDefFoundError;", in ThrowEarlierClassFailure()
604 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr); in WrapExceptionInInitializer()
/art/runtime/entrypoints/
Dentrypoint_utils.cc156 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
/art/runtime/dex/
Ddex_file_annotations.cc501 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg); in ProcessAnnotationValue()
/art/runtime/interpreter/
Dunstarted_runtime.cc169 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()