Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc1103 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException()
/art/runtime/
Dtrace.cc795 void Trace::ExceptionCaught(Thread* thread, mirror::Throwable* exception_object) in ExceptionCaught()
Ddebugger.cc324 void ExceptionCaught(Thread* thread ATTRIBUTE_UNUSED, mirror::Throwable* exception_object) in ExceptionCaught()
3017 void Dbg::PostException(mirror::Throwable* exception_object) { in PostException()