Searched refs:PostException (Results 1 – 4 of 4) sorted by relevance
/art/runtime/jdwp/ |
D | jdwp.h | 227 bool PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
|
D | jdwp_event.cc | 1135 bool JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() function in art::JDWP::JdwpState
|
/art/runtime/ |
D | debugger.h | 510 static void PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method,
|
D | debugger.cc | 287 Dbg::PostException(throw_location, catch_method, catch_dex_pc, exception_object); in ExceptionCaught() 2848 void Dbg::PostException(const ThrowLocation& throw_location, in PostException() function in art::Dbg 2859 gJdwpState->PostException(&exception_throw_location, exception_object, &exception_catch_location, in PostException()
|