Home
last modified time | relevance | path

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

/art/runtime/
Ddebugger.cc2266 JDWP::JdwpLocation jdwp_throw_location; in PostException() local
2267 SetLocation(jdwp_throw_location, throw_location.GetMethod(), throw_location.GetDexPc()); in PostException()
2276 gJdwpState->PostException(&jdwp_throw_location, exception_id, exception_class_id, &catch_location, in PostException()