Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3321 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { in ThrowNewExceptionF()
3328 void Thread::ThrowNewExceptionV(const char* exception_class_descriptor, in ThrowNewExceptionV()
3335 void Thread::ThrowNewException(const char* exception_class_descriptor, in ThrowNewException()
3350 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException()
Druntime.cc1308 const char* exception_class_descriptor, in CreatePreAllocatedException()