Home
last modified time | relevance | path

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

/art/runtime/
Dreflection.cc96 jobject exception_instance = soa.Env()->NewObject(exception_class, mid, th); in InvokeMethod() local
97 soa.Env()->Throw(reinterpret_cast<jthrowable>(exception_instance)); in InvokeMethod()