Searched defs:new_exception (Results 1 – 2 of 2) sorted by relevance
150 pub fn new_exception(exception: ExceptionCode, message: Option<&CStr>) -> Status { in new_exception() method
4372 void Thread::SetAsyncException(ObjPtr<mirror::Throwable> new_exception) { in SetAsyncException()4401 void Thread::SetException(ObjPtr<mirror::Throwable> new_exception) { in SetException()