Home
last modified time | relevance | path

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

/art/runtime/
Dthread.cc1545 mirror::ArtMethod* exception_init_method = in ThrowNewWrappedException() local
1548 CHECK(exception_init_method != NULL) << "No <init>" << signature << " in " in ThrowNewWrappedException()
1574 exception_init_method->Invoke(this, args.GetArray(), args.GetNumBytes(), &result, 'V'); in ThrowNewWrappedException()