Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc3029 JDWP::EventLocation exception_catch_location; in PostException() local
3030 SetEventLocation(&exception_catch_location, clf.GetCatchMethod(), clf.GetCatchDexPc()); in PostException()
3032 gJdwpState->PostException(&exception_throw_location, h_exception.Get(), &exception_catch_location, in PostException()