Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3647 ArtMethod* exception_init_method = in ThrowNewWrappedException() local
3650 CHECK(exception_init_method != nullptr) << "No <init>" << signature << " in " in ThrowNewWrappedException()
3681 InvokeWithJValues(soa, ref.get(), exception_init_method, jv_args); in ThrowNewWrappedException()