Home
last modified time | relevance | path

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

/art/runtime/
Dreflection.cc500 jobject exception_instance = in InvokeMethodImpl() local
504 if (exception_instance == nullptr) { in InvokeMethodImpl()
508 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethodImpl()