Home
last modified time | relevance | path

Searched refs:ThrowNewWrappedException (Results 1 – 4 of 4) sorted by relevance

/art/runtime/entrypoints/
Dentrypoint_utils.cc400 soa.Self()->ThrowNewWrappedException(throw_location, in InvokeProxyInvocationHandler()
/art/runtime/
Dthread.h350 void ThrowNewWrappedException(const ThrowLocation& throw_location,
Dthread.cc1488 ThrowNewWrappedException(throw_location, exception_class_descriptor, msg); in ThrowNewException()
1491 void Thread::ThrowNewWrappedException(const ThrowLocation& throw_location, in ThrowNewWrappedException() function in art::Thread
Dclass_linker.cc122 self->ThrowNewWrappedException(throw_location, "Ljava/lang/ExceptionInInitializerError;", NULL); in WrapExceptionInInitializer()