Searched defs:ThrowNewWrappedException (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dthread.cc1487 AssertNoPendingException(); // Callers should either clear or call ThrowNewWrappedException.
1488 ThrowNewWrappedException(throw_location, exception_class_descriptor, msg);
1491 void Thread::ThrowNewWrappedException(const ThrowLocation& throw_location, function in class:art::Thread

Completed in 591 milliseconds