Searched refs:PostException (Results 1 – 4 of 4) sorted by relevance
222 void PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
1103 void JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() function in art::JDWP::JdwpState
532 static void PostException(mirror::Throwable* exception)
326 Dbg::PostException(exception_object); in ExceptionCaught()3017 void Dbg::PostException(mirror::Throwable* exception_object) { in PostException() function in art::Dbg3032 gJdwpState->PostException(&exception_throw_location, h_exception.Get(), &exception_catch_location, in PostException()