Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dthread.h471 void AssertNoPendingExceptionForNewException(const char* msg) const;
H A Dthread.cc2369 void Thread::AssertNoPendingExceptionForNewException(const char* msg) const { in AssertNoPendingExceptionForNewException() function in art::Thread
3248 AssertNoPendingExceptionForNewException(msg); in ThrowNewException()