Home
last modified time | relevance | path

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

/art/runtime/native/
Djava_lang_VMClassLoader.cc96 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in VMClassLoader_findLoadedClass()
/art/runtime/entrypoints/
Dentrypoint_utils.cc150 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
/art/runtime/
Dtransaction.cc95 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
99 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
Dcommon_throws.cc96 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
Dthread.h510 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
Dthread.cc2984 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/
Ddex_file_annotations.cc484 self->ThrowNewWrappedException("Ljava/lang/TypeNotPresentException;", msg); in ProcessAnnotationValue()
/art/runtime/interpreter/
Dunstarted_runtime.cc165 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()