Searched refs:ThrowNewWrappedException (Results 1 – 8 of 8) sorted by relevance
/art/runtime/native/ |
D | java_lang_VMClassLoader.cc | 96 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in VMClassLoader_findLoadedClass()
|
/art/runtime/entrypoints/ |
D | entrypoint_utils.cc | 150 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
|
/art/runtime/ |
D | transaction.cc | 95 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError() 99 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
|
D | common_throws.cc | 96 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
|
D | thread.h | 510 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
|
D | thread.cc | 2984 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException() 2995 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
|
/art/runtime/dex/ |
D | dex_file_annotations.cc | 484 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg); in ProcessAnnotationValue()
|
/art/runtime/interpreter/ |
D | unstarted_runtime.cc | 165 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()
|