Home
last modified time | relevance | path

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

/aosp_15_r20/art/runtime/
H A Dthread.cc3692 ArtMethod* exception_init_method = in ThrowNewWrappedException() local
3695 CHECK(exception_init_method != nullptr) << "No <init>" << signature << " in " in ThrowNewWrappedException()
3726 InvokeWithJValues(soa, ref.get(), exception_init_method, jv_args); in ThrowNewWrappedException()