Home
last modified time | relevance | path

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

/art/runtime/
Dtransaction.cc82 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
86 self->ThrowNewWrappedException(Transaction::kAbortExceptionSignature, in ThrowAbortError()
Dcommon_throws.cc76 self->ThrowNewWrappedException(exception_descriptor, msg.str().c_str()); in ThrowWrappedException()
Dthread.h411 void ThrowNewWrappedException(const char* exception_class_descriptor, const char* msg)
Dthread.cc1871 ThrowNewWrappedException(exception_class_descriptor, msg); in ThrowNewException()
1882 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException() function in art::Thread
Dclass_linker.cc181 self->ThrowNewWrappedException("Ljava/lang/ExceptionInInitializerError;", nullptr); in WrapExceptionInInitializer()
/art/runtime/entrypoints/
Dentrypoint_utils.cc314 soa.Self()->ThrowNewWrappedException("Ljava/lang/reflect/UndeclaredThrowableException;", in InvokeProxyInvocationHandler()
/art/runtime/interpreter/
Dunstarted_runtime.cc107 self->ThrowNewWrappedException("Ljava/lang/ClassNotFoundException;", in CheckExceptionGenerateClassNotFound()