Searched defs:exception_class_descriptor (Results 1 - 1 of 1) sorted by relevance
/art/runtime/ |
H A D | thread.cc | 2622 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { argument 2625 ThrowNewExceptionV(exception_class_descriptor, fmt, args); 2629 void Thread::ThrowNewExceptionV(const char* exception_class_descriptor, argument 2633 ThrowNewException(exception_class_descriptor, msg.c_str()); 2636 void Thread::ThrowNewException(const char* exception_class_descriptor, argument 2640 ThrowNewWrappedException(exception_class_descriptor, msg); 2651 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, argument 2662 hs.NewHandle(cl->FindClass(this, exception_class_descriptor, class_loader))); 2665 LOG(ERROR) << "No exception class " << PrettyDescriptor(exception_class_descriptor); 2711 << PrettyDescriptor(exception_class_descriptor); [all...] |
Completed in 11 milliseconds