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

/art/runtime/
H A Dthread.cc3051 ArtMethod* exception_init_method = local
3054 CHECK(exception_init_method != nullptr) << "No <init>" << signature << " in "
3088 InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(exception_init_method), jv_args);
H A Dclass_linker.cc162 ArtMethod* exception_init_method = exception_class->FindConstructor( local
164 return exception_init_method != nullptr;

Completed in 86 milliseconds