Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h228 void PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
Djdwp_event.cc1144 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.h530 static void PostException(mirror::Throwable* exception)
Ddebugger.cc249 Dbg::PostException(exception_object.Get()); in ExceptionThrown()
3110 void Dbg::PostException(mirror::Throwable* exception_object) { in PostException() function in art::Dbg
3125 gJdwpState->PostException(&exception_throw_location, h_exception.Get(), &exception_catch_location, in PostException()