Searched defs:exception_class_descriptor (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc1853 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { argument
1856 ThrowNewExceptionV(exception_class_descriptor, fmt, args);
1860 void Thread::ThrowNewExceptionV(const char* exception_class_descriptor, argument
1864 ThrowNewException(exception_class_descriptor, msg.c_str());
1867 void Thread::ThrowNewException(const char* exception_class_descriptor, argument
1871 ThrowNewWrappedException(exception_class_descriptor, msg);
1882 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, argument
1893 hs.NewHandle(cl->FindClass(this, exception_class_descriptor, class_loader)));
1896 LOG(ERROR) << "No exception class " << PrettyDescriptor(exception_class_descriptor);
1942 << PrettyDescriptor(exception_class_descriptor);
[all...]

Completed in 25 milliseconds