Home | History | Annotate | Download | only in runtime

Lines Matching refs:throw_location

52 #include "throw_location.h"
283 void ExceptionCaught(Thread* thread, const ThrowLocation& throw_location,
287 Dbg::PostException(throw_location, catch_method, catch_dex_pc, exception_object);
2848 void Dbg::PostException(const ThrowLocation& throw_location,
2855 SetEventLocation(&exception_throw_location, throw_location.GetMethod(), throw_location.GetDexPc());
2860 throw_location.GetThis());