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

/art/runtime/
H A Dthread.cc1601 const char* exception_class_descriptor, const char* fmt, ...) {
1604 ThrowNewExceptionV(throw_location, exception_class_descriptor,
1610 const char* exception_class_descriptor,
1614 ThrowNewException(throw_location, exception_class_descriptor, msg.c_str());
1617 void Thread::ThrowNewException(const ThrowLocation& throw_location, const char* exception_class_descriptor, argument
1621 ThrowNewWrappedException(throw_location, exception_class_descriptor, msg);
1625 const char* exception_class_descriptor,
1645 hs.NewHandle(runtime->GetClassLinker()->FindClass(this, exception_class_descriptor,
1649 LOG(ERROR) << "No exception class " << PrettyDescriptor(exception_class_descriptor);
1697 << PrettyDescriptor(exception_class_descriptor);
1600 ThrowNewExceptionF(const ThrowLocation& throw_location, const char* exception_class_descriptor, const char* fmt, ...) argument
1609 ThrowNewExceptionV(const ThrowLocation& throw_location, const char* exception_class_descriptor, const char* fmt, va_list ap) argument
1624 ThrowNewWrappedException(const ThrowLocation& throw_location, const char* exception_class_descriptor, const char* msg) argument
[all...]

Completed in 8 milliseconds