Home
last modified time | relevance | path

Searched defs:exception_object (Results 1 – 2 of 2) sorted by relevance

/art/runtime/jdwp/
Djdwp_event.cc1102 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException()
/art/runtime/
Ddebugger.cc227 void ExceptionCaught(Thread* thread ATTRIBUTE_UNUSED, mirror::Throwable* exception_object) in ExceptionCaught()
2963 void Dbg::PostException(mirror::Throwable* exception_object) { in PostException()