Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dthread.cc3595 void Thread::ThrowNewExceptionF(const char* exception_class_descriptor, const char* fmt, ...) { in ThrowNewExceptionF()
3602 void Thread::ThrowNewExceptionV(const char* exception_class_descriptor, in ThrowNewExceptionV()
3609 void Thread::ThrowNewException(const char* exception_class_descriptor, in ThrowNewException()
3624 void Thread::ThrowNewWrappedException(const char* exception_class_descriptor, in ThrowNewWrappedException()
H A Druntime.cc1419 const char* exception_class_descriptor, in CreatePreAllocatedException()