Home
last modified time | relevance | path

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

/art/runtime/
Dthread.h364 void AssertNoPendingExceptionForNewException(const char* msg) const;
Dthread.cc1661 void Thread::AssertNoPendingExceptionForNewException(const char* msg) const { in AssertNoPendingExceptionForNewException() function in art::Thread
2261 AssertNoPendingExceptionForNewException(msg); in ThrowNewException()