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

/art/runtime/
H A Dthread.cc2707 ArtMethod* exception_init_method = local
2710 CHECK(exception_init_method != nullptr) << "No <init>" << signature << " in "
2744 InvokeWithJValues(soa, ref.get(), jni::EncodeArtMethod(exception_init_method), jv_args);
H A Dclass_linker.cc148 ArtMethod* exception_init_method = exception_class->FindDeclaredDirectMethod( local
150 return exception_init_method != nullptr;

Completed in 52 milliseconds