Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1938 ArtMethod* exception_init_method = in ThrowNewWrappedException() local
1941 CHECK(exception_init_method != nullptr) << "No <init>" << signature << " in " in ThrowNewWrappedException()
1975 InvokeWithJValues(soa, ref.get(), soa.EncodeMethod(exception_init_method), jv_args); in ThrowNewWrappedException()
Dclass_linker.cc118 ArtMethod* exception_init_method = exception_class->FindDeclaredDirectMethod( in HasInitWithString() local
120 return exception_init_method != nullptr; in HasInitWithString()