Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3327 ArtMethod* exception_init_method = in ThrowNewWrappedException() local
3330 CHECK(exception_init_method != nullptr) << "No <init>" << signature << " in " in ThrowNewWrappedException()
3361 InvokeWithJValues(soa, ref.get(), exception_init_method, jv_args); in ThrowNewWrappedException()
Dclass_linker.cc189 ArtMethod* exception_init_method = exception_class->FindConstructor( in HasInitWithString() local
191 return exception_init_method != nullptr; in HasInitWithString()