Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc2244 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { in ThrowNewExceptionF()
2251 void Thread::ThrowNewExceptionV(const char* exception_class_descriptor, in ThrowNewExceptionV()
2258 void Thread::ThrowNewException(const char* exception_class_descriptor, in ThrowNewException()
2273 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException()