Home
last modified time | relevance | path

Searched defs:new_exception (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/libs/binder/rust/src/
H A Derror.rs150 pub fn new_exception(exception: ExceptionCode, message: Option<&CStr>) -> Status { in new_exception() method
/aosp12/art/runtime/
H A Dthread.cc4372 void Thread::SetAsyncException(ObjPtr<mirror::Throwable> new_exception) { in SetAsyncException()
4401 void Thread::SetException(ObjPtr<mirror::Throwable> new_exception) { in SetException()