Searched refs:exception_init_method (Results 1 – 2 of 2) sorted by relevance
3247 ArtMethod* exception_init_method = in ThrowNewWrappedException() local3250 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()
174 ArtMethod* exception_init_method = exception_class->FindConstructor( in HasInitWithString() local176 return exception_init_method != nullptr; in HasInitWithString()