Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp.h227 bool PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object,
Djdwp_event.cc1135 bool JdwpState::PostException(const EventLocation* pThrowLoc, mirror::Throwable* exception_object, in PostException() function in art::JDWP::JdwpState
/art/runtime/
Ddebugger.h510 static void PostException(const ThrowLocation& throw_location, mirror::ArtMethod* catch_method,
Ddebugger.cc287 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()