Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc3247 ArtMethod* exception_init_method = in ThrowNewWrappedException() local
3250 CHECK(exception_init_method != nullptr) << "No <init>" << signature << " in " in ThrowNewWrappedException()
3284 InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(exception_init_method), jv_args); in ThrowNewWrappedException()
Dclass_linker.cc174 ArtMethod* exception_init_method = exception_class->FindConstructor( in HasInitWithString() local
176 return exception_init_method != nullptr; in HasInitWithString()