Home
last modified time | relevance | path

Searched refs:HandleUncaughtExceptions (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Dthread.h984 void HandleUncaughtExceptions(ScopedObjectAccess& soa)
Dthread.cc1395 HandleUncaughtExceptions(soa); in Destroy()
1472 void Thread::HandleUncaughtExceptions(ScopedObjectAccess& soa) { in HandleUncaughtExceptions() function in art::Thread